Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp2333 VPValue *AVLSafe = in tryAddExplicitVectorLength() local
2335 VPValue *Cmp = Builder.createICmp(ICmpInst::ICMP_ULT, AVL, AVLSafe); in tryAddExplicitVectorLength()
2336 AVL = Builder.createSelect(Cmp, AVL, AVLSafe, DebugLoc(), "safe_avl"); in tryAddExplicitVectorLength()