Home | History | Annotate | Download | only in Sema

Lines Matching refs:BO_LE

2981                      (BO->getOpcode() == BO_LT || BO->getOpcode() == BO_LE),
3302 S, DefaultLoc, TestIsLessOp ? (TestIsStrictOp ? BO_LT : BO_LE)
3884 ? SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), UB.get())
7380 case BO_LE: