Home
last modified time | relevance | path

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

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