Home
last modified time | relevance | path

Searched defs:countTrailingZeros (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h77 template <typename T> unsigned countTrailingZeros(T Val) { in countTrailingZeros() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1591 unsigned countTrailingZeros() const { in countTrailingZeros() function