Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h238 bool isSubsetOfSlowCase(const APInt &RHS) const LLVM_READONLY;
1326 return isSubsetOfSlowCase(RHS); in isSubsetOf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp608 bool APInt::isSubsetOfSlowCase(const APInt &RHS) const { in isSubsetOfSlowCase() function in APInt