Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9064 Type *PhiType = IndDesc.getStep()->getType(); in execute() local
9079 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute()
9081 State.Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, State.UF)); in execute()
9097 Type *VecPhiType = VectorType::get(PhiType, State.VF); in execute()
9099 State.Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, Part)); in execute()