Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h83 unsigned countLeadingZeros() const { return V ? 0 : 1; } in countLeadingZeros() function
H A DIntegralAP.h146 unsigned countLeadingZeros() const { return V.countl_zero(); } in countLeadingZeros() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1550 unsigned countLeadingZeros() const { return countl_zero(); } in countLeadingZeros() function