Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h214 unsigned countLeadingZerosSlowCase() const;
1341 return countLeadingZerosSlowCase(); in countLeadingZeros()
/external/llvm/lib/Support/
DAPInt.cpp682 unsigned APInt::countLeadingZerosSlowCase() const { in countLeadingZerosSlowCase() function in APInt