Searched defs:lowBitsSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2268 APInt lowBitsSet = APInt::getLowBitsSet(BitWidth, trailingOnes); local
2269 return ~lowBitsSet;
2276 APInt lowBitsSet = APInt::getLowBitsSet(BitWidth, trailingZeros); local
2277 return ~lowBitsSet;

Completed in 113 milliseconds