Searched defs:trailingZeros (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/MachO/ | ||
H A D | SyntheticSections.h | 574 uint8_t trailingZeros; global() member |
H A D | SyntheticSections.cpp | 1720 uint8_t trailingZeros = llvm::countr_zero(isec->align | piece.inSecOff); finalizeContents() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineSimplifyDemanded.cpp | 1001 const unsigned trailingZeros = LHSKnown.countMinTrailingZeros(); SimplifyDemandedUseBits() local |
/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 4144 int trailingZeros = significand.countr_zero(); toStringImpl() local |