Home | History | Annotate | Download | only in initial

Lines Matching refs:EndCond

908   //   endcond = endexpr
913 // br endcond, loop, endloop
960 Value *EndCond = End->IRGen(C);
961 if (!EndCond) return nullptr;
970 EndCond = C.getBuilder().CreateFCmpONE(EndCond,
978 C.getBuilder().CreateCondBr(EndCond, LoopBB, AfterBB);