Lines Matching defs:isVShiftRImm
14809 /// isVShiftRImm - Check if this is a valid build_vector for the immediate14812 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) {14933 if (isVShiftRImm(Op.getOperand(1), VT, false, Cnt) && Cnt < EltSize) {