Home | History | Annotate | Download | only in AArch64

Lines Matching refs:isVShiftRImm

6612 /// isVShiftRImm - Check if this is a valid build_vector for the immediate
6615 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) {
6648 if (isVShiftRImm(Op.getOperand(1), VT, false, Cnt) && Cnt < EltSize) {