Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1522 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1523 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1524 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1694 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1697 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1698 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13263 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
13265 if (TruncType != LoadedType && in Cost()
13266 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()