Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1203 return intersectsSlowCase(RHS); in intersects()
1956 bool intersectsSlowCase(const APInt &RHS) const LLVM_READONLY;
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp691 bool APInt::intersectsSlowCase(const APInt &RHS) const { in intersectsSlowCase() function in APInt