Home
last modified time | relevance | path

Searched refs:RHSOneBits (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DValueTracking.cpp1600 APInt RHSZeroBits(BitWidth, 0), RHSOneBits(BitWidth, 0); in isKnownToBeAPowerOfTwo() local
1601 computeKnownBits(Y, RHSZeroBits, RHSOneBits, DL, Depth, Q); in isKnownToBeAPowerOfTwo()
1608 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo()