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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1697 auto *TruncType = cast<IntegerType>(EntryVal->getType());
1698 Step = Builder.CreateTrunc(Step, TruncType);
1699 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType);
1869 auto *TruncType = cast<IntegerType>(Trunc->getType());
1872 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType);
1873 Step = Builder.CreateTrunc(Step, TruncType);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14449 EVT TruncType = LS.Inst->getValueType(0); local
14451 if (TruncType != LoadedType &&
14452 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType))

Completed in 301 milliseconds