Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1461 VPSingleDefRecipe *OpVPEVL = VPEVL; in tryAddExplicitVectorLength() local
1464 OpVPEVL = new VPScalarCastRecipe(IVSize < 32 ? Instruction::Trunc in tryAddExplicitVectorLength()
1466 OpVPEVL, CanonicalIVPHI->getScalarType()); in tryAddExplicitVectorLength()
1467 OpVPEVL->insertBefore(CanonicalIVIncrement); in tryAddExplicitVectorLength()
1470 new VPInstruction(Instruction::Add, {OpVPEVL, EVLPhi}, in tryAddExplicitVectorLength()