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