Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h235 bool intersectsSlowCase(const APInt &RHS) const LLVM_READONLY;
1318 return intersectsSlowCase(RHS); in intersects()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp600 bool APInt::intersectsSlowCase(const APInt &RHS) const { in intersectsSlowCase() function in APInt