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