Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:BinOp

643     BinOpToken BinOp;
644 std::tie(BinOp, RemainingExpr) = parseBinOpToken(RemainingExpr);
647 if (BinOp == BinOpToken::Invalid)
650 // This is a recognized bin-op. Evaluate the RHS, then evaluate the binop.
660 EvalResult ThisResult(computeBinOpResult(BinOp, LHSResult, RHSResult));