Searched refs:OpSVT (Results 1 – 2 of 2) sorted by relevance
9838 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local9839 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
19845 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local19846 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()