Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp196 bool canDivide = rhsMin.isStrictlyPositive() || rhsMax.isNegative(); in inferDivSIRange() local
198 if (canDivide) { in inferDivSIRange()