Searched refs:OpSVT (Results 1 – 3 of 3) sorted by relevance
11013 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local11014 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
21193 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local21194 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
48125 MVT OpSVT = EltSizeInBits == 32 ? MVT::i32 : MVT::i64; in canonicalizeBitSelect() local48127 MVT::getVectorVT(OpSVT, VT.getSizeInBits() / OpSVT.getSizeInBits()); in canonicalizeBitSelect()