Home
last modified time | relevance | path

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

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