Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp171 Value nonPositive = builder.create<arith::CmpIOp>( in visitCeilDivExpr() local
176 builder.create<arith::SelectOp>(loc, nonPositive, negated, decremented); in visitCeilDivExpr()
183 loc, nonPositive, negatedQuotient, incrementedQuotient); in visitCeilDivExpr()