Searched defs:LeadZ (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Support/ | ||
H A D | KnownBits.cpp | 816 unsigned LeadZ = HasOverflow ? 0 : UMaxResult.countl_zero(); mul() local |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 494 unsigned LeadZ = countLeadingZerosSlowCase(); isShiftedMask() local |