Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4874 Type *PhiType = II.getStep()->getType(); in widenPHIInstruction() local
4889 Exp.expandCodeFor(ScalarStep, PhiType, InductionLoc); in widenPHIInstruction()
4890 Value *RuntimeVF = getRuntimeVF(Builder, PhiType, VF); in widenPHIInstruction()
4892 Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, State.UF)); in widenPHIInstruction()
4903 Type *VecPhiType = VectorType::get(PhiType, State.VF); in widenPHIInstruction()
4905 Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, Part)); in widenPHIInstruction()