Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9375 Type *PhiType = IndDesc.getStep()->getType(); in execute() local
9392 Value *ScalarStepValue = Exp.expandCodeFor(ScalarStep, PhiType, InductionLoc); in execute()
9393 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute()
9395 State.Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, State.UF)); in execute()
9411 Type *VecPhiType = VectorType::get(PhiType, State.VF); in execute()
9413 State.Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, Part)); in execute()