Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h223 unsigned countLeadingOnesSlowCase() const LLVM_READONLY;
1608 return countLeadingOnesSlowCase(); in countLeadingOnes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp548 unsigned APInt::countLeadingOnesSlowCase() const { in countLeadingOnesSlowCase() function in APInt