Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h559 uint8_t trailingZeros; global() member
H A DSyntheticSections.cpp1665 uint8_t trailingZeros = llvm::countr_zero(isec->align | piece.inSecOff); finalizeContents() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4100 int trailingZeros = significand.countr_zero(); toString() local