Lines Matching refs:IntOperand
22 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module& pModule, in eval()
25 IntOperand* res = result(); in eval()
31 IntOperand*
35 IntOperand* res = result(); in eval()
41 IntOperand*
45 IntOperand* res = result(); in eval()
51 IntOperand*
55 IntOperand* res = result(); in eval()
61 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, in eval()
70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule, in eval()
73 IntOperand* res = result(); in eval()
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, in eval()
95 IntOperand* res = result(); in eval()
114 IntOperand*
118 IntOperand* res = result(); in eval()
124 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval()
133 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module& pModule, in eval()
142 IntOperand* UnaryOp<Operator::LOADADDR>::eval(const Module& pModule, in eval()
151 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module& pModule, in eval()
160 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule, in eval()
169 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module& pModule, in eval()
172 IntOperand* res = result(); in eval()