Searched refs:TruncType (Results 1 – 2 of 2) sorted by relevance
2269 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local2270 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()2271 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()2431 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local2434 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()2435 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
15795 EVT TruncType = LS.Inst->getValueType(0); in Cost() local15797 if (TruncType != LoadedType && in Cost()15798 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()