Lines Matching defs:LeftOp
218 APInt LeftOp = *MaybeLeftOp;
222 unsigned LeftBitWidth = LeftOp.getBitWidth();
225 LeftOp = LeftOp.sext(NewBitWidth);
228 Expected<APInt> MaybeResult = EvalBinop(LeftOp, RightOp, Overflow);
236 LeftOp = LeftOp.sext(NewBitWidth);
498 std::unique_ptr<ExpressionAST> LeftOp,
503 return std::move(LeftOp);
537 return std::make_unique<BinaryOperation>(Expr, EvalBinop, std::move(LeftOp),