Home
last modified time | relevance | path

Searched refs:CreateStep (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2341 auto CreateStep = [&]() -> Value * { in createIterationCountCheck() local
2356 Value *Step = CreateStep(); in createIterationCountCheck()
2385 CheckMinIters = Builder.CreateICmp(ICmpInst::ICMP_ULT, LHS, CreateStep()); in createIterationCountCheck()