Home
last modified time | relevance | path

Searched refs:countLeadingOnesSlowCase (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPInt.h1574 return countLeadingOnesSlowCase(); in countLeadingOnes()
1992 unsigned countLeadingOnesSlowCase() const LLVM_READONLY;
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPInt.cpp639 unsigned APInt::countLeadingOnesSlowCase() const { in countLeadingOnesSlowCase() function in APInt