Home | History | Annotate | Download | only in Chapter8

Lines Matching defs:BinOp

422   // Make sure it's a declared binop.
672 // If this is a binop, find its precedence.
676 // If this is a binop that binds at least as tightly as the current binop,
681 // Okay, we know this is a binop.
682 int BinOp = CurTok;
684 getNextToken(); // eat binop
691 // If BinOp binds less tightly with RHS than the operator after RHS, let
701 LHS = llvm::make_unique<BinaryExprAST>(BinLoc, BinOp, std::move(LHS),
975 return Builder.CreateCall(F, Ops, "binop");