Searched refs:RHSZeroBits (Results 1 – 1 of 1) sorted by relevance
1600 APInt RHSZeroBits(BitWidth, 0), RHSOneBits(BitWidth, 0); in isKnownToBeAPowerOfTwo() local1601 computeKnownBits(Y, RHSZeroBits, RHSOneBits, DL, Depth, Q); in isKnownToBeAPowerOfTwo()1605 if ((~(LHSZeroBits & RHSZeroBits)).isPowerOf2()) in isKnownToBeAPowerOfTwo()