Searched refs:intersectsSlowCase (Results 1 – 2 of 2) sorted by relevance
1233 return intersectsSlowCase(RHS); in intersects()2026 bool intersectsSlowCase(const APInt &RHS) const LLVM_READONLY;
699 bool APInt::intersectsSlowCase(const APInt &RHS) const { in intersectsSlowCase() function in APInt