Home | History | Annotate | Download | only in ARM

Lines Matching refs:isNarrow

10124 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, bool isIntrinsic,
10131 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits/2 : ElementBits));
10132 if (Cnt >= -(isNarrow ? ElementBits/2 : ElementBits) && Cnt <= -1) {