Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:EndCond

776   //   endcond = endexpr
781 // br endcond, loop, endloop
828 Value *EndCond = End->Codegen();
829 if (EndCond == 0) return EndCond;
838 EndCond = Builder.CreateFCmpONE(EndCond,
846 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);