Searched refs:isSubsetOfSlowCase (Results 1 – 2 of 2) sorted by relevance
1261 return isSubsetOfSlowCase(RHS); in isSubsetOf()2077 LLVM_ABI bool isSubsetOfSlowCase(const APInt &RHS) const LLVM_READONLY;
738 bool APInt::isSubsetOfSlowCase(const APInt &RHS) const { in isSubsetOfSlowCase() function in APInt