Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9263 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute() local
9264 Step = Builder.CreateTrunc(Step, TruncType); in execute()
9265 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in execute()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16931 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
16933 if (TruncType != LoadedType && in Cost()
16934 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()