Searched defs:rhsMin (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/lib/Interfaces/Utils/ |
H A D | InferIntRangeCommon.cpp | 290 const APInt &lhsMin = lhs.umin(), &lhsMax = lhs.umax(), &rhsMin = rhs.umin(), in inferDivURange() local 337 const APInt &lhsMin = lhs.smin(), &lhsMax = lhs.smax(), &rhsMin = rhs.smin(), inferDivSRange() local 404 const APInt &lhsMin = lhs.smin(), &lhsMax = lhs.smax(), &rhsMin = rhs.smin(), inferRemS() local 443 const APInt &rhsMin = rhs.umin(), &rhsMax = rhs.umax(); inferRemU() local [all...] |