Home | History | Annotate | Download | only in AArch64

Lines Matching refs:isLong

5749 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) {
5754 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits);