Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2269 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2270 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2271 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2431 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2434 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2435 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15795 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
15797 if (TruncType != LoadedType && in Cost()
15798 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()