Searched refs:RHSOneBits (Results 1 – 1 of 1) sorted by relevance
1562 APInt RHSZeroBits(BitWidth, 0), RHSOneBits(BitWidth, 0); in isKnownToBeAPowerOfTwo() local1563 computeKnownBits(Y, RHSZeroBits, RHSOneBits, Depth, Q); in isKnownToBeAPowerOfTwo()1570 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo()