Home
last modified time | relevance | path

Searched refs:TruncType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1286 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute() local
1287 Step = Builder.CreateTrunc(Step, TruncType); in execute()
1288 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in execute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19211 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
19213 if (TruncType != LoadedType && in Cost()
19214 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()