HomeSort by relevance Sort by last modified time
    Searched refs:TrailingZeros (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 238 unsigned TrailingZeros =
243 long long CurAlignmentBits = 1ull << (std::min)(TrailingZeros, 62u);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 825 unsigned TrailingZeros = KnownOne.countTrailingZeros();
826 APInt Mask(APInt::getLowBitsSet(BitWidth, TrailingZeros));
829 APInt(BitWidth, TrailingZeros)));
    [all...]

Completed in 320 milliseconds