Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1211 return isSubsetOfSlowCase(RHS); in isSubsetOf()
1959 bool isSubsetOfSlowCase(const APInt &RHS) const LLVM_READONLY;
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp699 bool APInt::isSubsetOfSlowCase(const APInt &RHS) const { in isSubsetOfSlowCase() function in APInt