Searched defs:LeftOp (Results 1 – 5 of 5) sorted by relevance
37 Expected<uint64_t> LeftOp = LeftOperand->eval(); in eval() local208 static uint64_t add(uint64_t LeftOp, uint64_t RightOp) { in add()212 static uint64_t sub(uint64_t LeftOp, uint64_t RightOp) { in sub()217 Pattern::parseBinop(StringRef &Expr, std::unique_ptr<ExpressionAST> LeftOp, in parseBinop()
154 BinaryOperation(binop_eval_t EvalBinop, std::unique_ptr<ExpressionAST> LeftOp, in BinaryOperation()
361 std::unique_ptr<ExpressionAST> LeftOp, in BinaryOperation()
356 Expected<ExpressionValue> LeftOp = LeftOperand->eval(); in eval() local629 std::unique_ptr<ExpressionAST> LeftOp, in parseBinop()
8296 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH() local