Searched refs:PhiType (Results 1 – 1 of 1) sorted by relevance
9375 Type *PhiType = IndDesc.getStep()->getType(); in execute() local9392 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()