Searched refs:PhiType (Results 1 – 1 of 1) sorted by relevance
4796 Type *PhiType = II.getStep()->getType(); in widenPHIInstruction() local4811 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()