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

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

Completed in 70 milliseconds