Searched refs:TruncType (Results 1 – 2 of 2) sorted by relevance
1522 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local1523 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()1524 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()1694 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local1697 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()1698 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
13263 EVT TruncType = LS.Inst->getValueType(0); in Cost() local13265 if (TruncType != LoadedType && in Cost()13266 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()