Lines Matching defs:isLong
14801 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) {14806 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits);