Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h236 bool intersectsSlowCase(const APInt &RHS) const LLVM_READONLY;
1345 return intersectsSlowCase(RHS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp653 bool APInt::intersectsSlowCase(const APInt &RHS) const { in intersectsSlowCase() function in APInt