Lines Matching full:binop
423 // Make sure it's a declared binop.
673 // If this is a binop, find its precedence.
677 // If this is a binop that binds at least as tightly as the current binop,
682 // Okay, we know this is a binop.
683 int BinOp = CurTok;
685 getNextToken(); // eat binop
692 // If BinOp binds less tightly with RHS than the operator after RHS, let
702 LHS = llvm::make_unique<BinaryExprAST>(BinLoc, BinOp, std::move(LHS),
975 return Builder.CreateCall(F, Ops, "binop");