Searched refs:uminIntersect (Results 1 – 1 of 1) sorted by relevance
107 const APInt &uminIntersect = umin().ugt(other.umin()) ? umin() : other.umin(); in intersection() local112 return {uminIntersect, umaxIntersect, sminIntersect, smaxIntersect}; in intersection()