Searched defs:lhsMax (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 453 const APInt &lhsMin = lhs.umin(), &lhsMax = lhs.umax(); inferRemU() local [all...] |