Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9838 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local
9839 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
H A DDAGCombiner.cpp19845 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local
19846 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()