Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h217 unsigned countTrailingOnesSlowCase() const;
1399 return countTrailingOnesSlowCase(); in countTrailingOnes()
/external/llvm/lib/Support/
DAPInt.cpp761 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt