Lines Matching refs:applyOp

87   Value *out = applyOp(left, right);  in evaluate()
152 Value *vReturn = applyOp(tmp); in evaluate()
179 Value* ComparisonOperator::applyOp(Value* leftValue, Value* rightValue) in applyOp() function in ComparisonOperator
206 Value* OpAbstractRange::applyOp(Value* lVal, Value* rVal) in applyOp() function in OpAbstractRange
232 Value *OpAdd::applyOp(Value *lval, Value *rval) in applyOp() function in OpAdd
265 Value *OpAnd::applyOp(Value *lval, Value *rval) in applyOp() function in OpAnd
357 Value *OpLogicalAnd::applyOp(Value* lval, Value* rval) in applyOp() function in OpLogicalAnd
381 Value *OpLogicalOr::applyOp(Value* lval, Value* rval) in applyOp() function in OpLogicalOr
421 Value *OpSub::applyOp(Value *lval, Value *rval) in applyOp() function in OpSub
451 Value *OpMpy::applyOp(Value *lval, Value *rval) in applyOp() function in OpMpy
481 Value *OpOr::applyOp(Value *lval, Value *rval) in applyOp() function in OpOr
508 Value *OpXor::applyOp(Value *lval, Value *rval) in applyOp() function in OpXor
535 Value *OpDiv::applyOp(Value *lval, Value *rval) in applyOp() function in OpDiv
576 Value *OpShl::applyOp(Value *lval, Value *rval) in applyOp() function in OpShl
609 Value *OpShr::applyOp(Value *lval, Value *rval) in applyOp() function in OpShr
642 Value* OpLogicalNot::applyOp(Value* operand) in applyOp() function in OpLogicalNot
664 Value* OpNegate::applyOp(Value* operand) in applyOp() function in OpNegate
700 Value* OpOnescomp::applyOp(Value* operand) in applyOp() function in OpOnescomp
721 Value* OpPlus::applyOp(Value* operand) in applyOp() function in OpPlus
757 Value* OpIndirect::applyOp(Value* operand) in applyOp() function in OpIndirect
815 tmp = applyOp(pSym->GetSymbol()); in evaluate()
825 Value* OpAddressOf::applyOp(Value* operand) in applyOp() function in OpAddressOf