Lines Matching full:binop
278 // Make sure it's a declared binop.
473 // If this is a binop, find its precedence.
477 // If this is a binop that binds at least as tightly as the current binop,
482 // Okay, we know this is a binop.
483 int BinOp = CurTok;
484 getNextToken(); // eat binop
491 // If BinOp binds less tightly with RHS than the operator after RHS, let
502 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
695 return Builder.CreateCall(F, Ops, "binop");