Searched refs:LHSOneBits (Results 1 – 1 of 1) sorted by relevance
1559 APInt LHSZeroBits(BitWidth, 0), LHSOneBits(BitWidth, 0); in isKnownToBeAPowerOfTwo() local1560 computeKnownBits(X, LHSZeroBits, LHSOneBits, Depth, Q); in isKnownToBeAPowerOfTwo()1570 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo()