Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9384 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute() local
9385 Step = Builder.CreateTrunc(Step, TruncType); in execute()
9386 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in execute()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17585 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
17587 if (TruncType != LoadedType && in Cost()
17588 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()