Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1874 const InductionDescriptor &II, VectorParts &Entry, IntegerType *TruncType) { in createVectorIntInductionPHI()
1917 auto *TruncType = Trunc ? cast<IntegerType>(Trunc->getType()) : nullptr; in widenIntInduction() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10208 EVT TruncType = LS.Inst->getValueType(0); in Cost() local