Lines Matching full:shifted
720 // 1 << X is clearly a power of two if the one is not shifted off the end. If
721 // it is shifted off the end then the result is undefined.
725 // (signbit) >>l X is clearly a power of two if the one is not shifted off the
726 // bottom. If it is shifted off the bottom then the result is undefined.
785 // if the lowest bit is shifted off the end.
799 // defined if the sign bit is shifted off the end.
940 C->getZExtValue() >= Tmp) break; // Shifted all sign bits out.