Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPInt.h217 unsigned countTrailingOnesSlowCase() const;
1385 return countTrailingOnesSlowCase(); in countTrailingOnes()
/freebsd-9-stable/contrib/llvm/lib/Support/
DAPInt.cpp748 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt