Home
last modified time | relevance | path

Searched defs: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
2431 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15795 EVT TruncType = LS.Inst->getValueType(0); in Cost() local