Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h239 bool isSubsetOfSlowCase(const APInt &RHS) const LLVM_READONLY;
1353 return isSubsetOfSlowCase(RHS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp661 bool APInt::isSubsetOfSlowCase(const APInt &RHS) const { in isSubsetOfSlowCase() function in APInt