Home | History | Annotate | Download | only in complete

Lines Matching refs:EndCond

1345   //   endcond = endexpr
1350 // br endcond, loop, endloop
1397 Value *EndCond = End->Codegen();
1398 if (EndCond == 0) return EndCond;
1407 EndCond = Builder.CreateFCmpONE(EndCond,
1415 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);