Searched refs:TrailingZeros (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp326 unsigned TrailingZeros = KnownOne.countTrailingZeros(); local
327 APInt Mask(APInt::getLowBitsSet(BitWidth, TrailingZeros));
330 APInt(BitWidth, TrailingZeros)));

Completed in 563 milliseconds