Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsEnd

978   llvm::Value *IsEnd = Builder.CreateICmpEQ(NextPtr, EndPtr, "array.atend");
979 Builder.CreateCondBr(IsEnd, ContBB, LoopBB);