Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp107 const APInt &uminIntersect = umin().ugt(other.umin()) ? umin() : other.umin(); in intersection() local
112 return {uminIntersect, umaxIntersect, sminIntersect, smaxIntersect}; in intersection()