Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1253 return intersectsSlowCase(RHS); in intersects()
2074 LLVM_ABI bool intersectsSlowCase(const APInt &RHS) const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp730 bool APInt::intersectsSlowCase(const APInt &RHS) const { in intersectsSlowCase() function in APInt