Searched refs:OpSVT (Results 1 – 3 of 3) sorted by relevance
12300 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local12301 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
24266 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local24267 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
50162 MVT OpSVT = EltSizeInBits <= 32 ? MVT::i32 : MVT::i64; in canonicalizeBitSelect() local50164 MVT::getVectorVT(OpSVT, VT.getSizeInBits() / OpSVT.getSizeInBits()); in canonicalizeBitSelect()