Home | History | Annotate | Download | only in complete

Lines Matching defs:BinOp

297   // Make sure it's a declared binop.
514 // If this is a binop, find its precedence.
518 // If this is a binop that binds at least as tightly as the current binop,
523 // Okay, we know this is a binop.
524 int BinOp = CurTok;
525 getNextToken(); // eat binop
531 // If BinOp binds less tightly with RHS than the operator after RHS, let
540 LHS = new BinaryExprAST(BinOp, LHS, RHS);
1155 return Builder.CreateCall(F, Ops, "binop");