Searched refs:TruncType (Results 1 – 2 of 2) sorted by relevance
9384 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute() local9385 Step = Builder.CreateTrunc(Step, TruncType); in execute()9386 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in execute()
17585 EVT TruncType = LS.Inst->getValueType(0); in Cost() local17587 if (TruncType != LoadedType && in Cost()17588 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()