Lines Matching refs:Operator

27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule,  in eval()
35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, in eval()
51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, in eval()
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval()
67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval()
75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, in eval()
83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval()
91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval()
99 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval()
107 IntOperand* BinaryOp<Operator::GE>::eval(const Module& pModule, in eval()
115 IntOperand* BinaryOp<Operator::EQ>::eval(const Module& pModule, in eval()
123 IntOperand* BinaryOp<Operator::NE>::eval(const Module& pModule, in eval()
131 IntOperand* BinaryOp<Operator::BITWISE_AND>::eval( in eval()
140 IntOperand* BinaryOp<Operator::BITWISE_XOR>::eval( in eval()
149 IntOperand* BinaryOp<Operator::BITWISE_OR>::eval( in eval()
158 IntOperand* BinaryOp<Operator::LOGICAL_AND>::eval( in eval()
167 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval( in eval()
176 IntOperand* BinaryOp<Operator::ALIGN>::eval(const Module& pModule, in eval()
187 IntOperand* BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval( in eval()
200 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, in eval()
211 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, in eval()
223 IntOperand* BinaryOp<Operator::SEGMENT_START>::eval( in eval()