Home
last modified time | relevance | path

Searched defs:trailingZeros (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lld/MachO/
H A DSyntheticSections.h574 uint8_t trailingZeros; global() member
H A DSyntheticSections.cpp1720 uint8_t trailingZeros = llvm::countr_zero(isec->align | piece.inSecOff); finalizeContents() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1001 const unsigned trailingZeros = LHSKnown.countMinTrailingZeros(); SimplifyDemandedUseBits() local
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4144 int trailingZeros = significand.countr_zero(); toStringImpl() local