Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp1559 APInt LHSZeroBits(BitWidth, 0), LHSOneBits(BitWidth, 0); in isKnownToBeAPowerOfTwo() local
1560 computeKnownBits(X, LHSZeroBits, LHSOneBits, Depth, Q); in isKnownToBeAPowerOfTwo()
1570 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo()