Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp28 static ConstantIntRanges computeBoundsBy(ConstArithFn op, const APInt &minLeft, in computeBoundsBy() argument
32 Optional<APInt> maybeMin = op(minLeft, minRight); in computeBoundsBy()
36 return ConstantIntRanges::maxRange(minLeft.getBitWidth()); in computeBoundsBy()