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