Home | History | Annotate | Download | only in CodeGen

Lines Matching full:isless

497   llvm::Value *IsLess = CGF.Builder.CreateICmpULT(Counter, NumElementsPtr,
498 "isless");
501 CGF.Builder.CreateCondBr(IsLess, ForBody, AfterFor);