Lines Matching defs:eval

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