Home | History | Annotate | Download | only in cached

Lines Matching refs:EndCond

802   //   endcond = endexpr
807 // br endcond, loop, endloop
854 Value *EndCond = End->Codegen();
855 if (EndCond == 0) return EndCond;
864 EndCond = Builder.CreateFCmpONE(EndCond,
872 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);