Searched refs:exactIntersectWith (Results 1 – 5 of 5) sorted by relevance
346 exactIntersectWith(const ConstantRange &CR) const;
749 CR0.exactIntersectWith(CR1)) { in mergeChecks()
760 ConstantRange::exactIntersectWith(const ConstantRange &CR) const { in exactIntersectWith() function in ConstantRange
4150 auto CRIntersect = CR1.exactIntersectWith(CR2); in foldXorOfICmps()4152 if (auto CR = CRUnion->exactIntersectWith(CRIntersect->inverse())) { in foldXorOfICmps()
3919 Combination = C1.exactIntersectWith(C2); in foldICmpUSubSatOrUAddSatWithConstant()