Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4796 Type *PhiType = II.getStep()->getType(); in widenPHIInstruction() local
4811 Exp.expandCodeFor(ScalarStep, PhiType, InductionLoc); in widenPHIInstruction()
4812 Value *RuntimeVF = getRuntimeVF(Builder, PhiType, VF); in widenPHIInstruction()
4814 Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, State.UF)); in widenPHIInstruction()
4825 Type *VecPhiType = VectorType::get(PhiType, State.VF); in widenPHIInstruction()
4827 Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, Part)); in widenPHIInstruction()