Lines Matching refs:IntOperand
27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, in eval()
29 IntOperand* res = result(); in eval()
35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
37 IntOperand* res = result(); in eval()
43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, in eval()
45 IntOperand* res = result(); in eval()
51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, in eval()
53 IntOperand* res = result(); in eval()
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval()
61 IntOperand* res = result(); in eval()
67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval()
69 IntOperand* res = result(); in eval()
75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, in eval()
77 IntOperand* res = result(); in eval()
83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval()
85 IntOperand* res = result(); in eval()
91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval()
93 IntOperand* res = result(); in eval()
99 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval()
101 IntOperand* res = result(); in eval()
107 IntOperand* BinaryOp<Operator::GE>::eval(const Module& pModule, in eval()
109 IntOperand* res = result(); in eval()
115 IntOperand* BinaryOp<Operator::EQ>::eval(const Module& pModule, in eval()
117 IntOperand* res = result(); in eval()
123 IntOperand* BinaryOp<Operator::NE>::eval(const Module& pModule, in eval()
125 IntOperand* res = result(); in eval()
131 IntOperand* BinaryOp<Operator::BITWISE_AND>::eval( in eval()
134 IntOperand* res = result(); in eval()
140 IntOperand* BinaryOp<Operator::BITWISE_XOR>::eval( in eval()
143 IntOperand* res = result(); in eval()
149 IntOperand* BinaryOp<Operator::BITWISE_OR>::eval( in eval()
152 IntOperand* res = result(); in eval()
158 IntOperand* BinaryOp<Operator::LOGICAL_AND>::eval( in eval()
161 IntOperand* res = result(); in eval()
167 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval( in eval()
170 IntOperand* res = result(); in eval()
176 IntOperand* BinaryOp<Operator::ALIGN>::eval(const Module& pModule, in eval()
178 IntOperand* res = result(); in eval()
187 IntOperand* BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval( in eval()
192 IntOperand* res = result(); in eval()
200 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, in eval()
202 IntOperand* res = result(); in eval()
211 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, in eval()
213 IntOperand* res = result(); in eval()
223 IntOperand* BinaryOp<Operator::SEGMENT_START>::eval( in eval()
226 IntOperand* res = result(); in eval()