Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DUnsignedWhenEquivalent.cpp25 static LogicalResult staticallyNonNegative(DataFlowSolver &solver, Value v) { in staticallyNonNegative() function
36 static LogicalResult staticallyNonNegative(DataFlowSolver &solver, in staticallyNonNegative() function
39 return succeeded(staticallyNonNegative(solver, v)); in staticallyNonNegative()
56 return succeeded(staticallyNonNegative(solver, v)); in isCmpIConvertable()
125 return failed(staticallyNonNegative(solver, op)); in runOnOperation()