Home | History | Annotate | Download | only in AArch64

Lines Matching refs:isNarrow

6524 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) {
6529 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits / 2 : ElementBits));