Searched refs:TruncType (Results 1 – 2 of 2) sorted by relevance
2288 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local2289 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()2290 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()2450 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local2453 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()2454 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
15990 EVT TruncType = LS.Inst->getValueType(0); in Cost() local15992 if (TruncType != LoadedType && in Cost()15993 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()