Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBM.cpp347 void SDBM::convertDBMElement(unsigned row, unsigned col, SDBMTermExpr rowExpr, in convertDBMElement() function in SDBM
467 convertDBMElement(1 + i, 1 + j, getInput(i), getInput(j), inequalities, in getSDBMExpressions()
488 convertDBMElement(i, 1 + j, stripeToPoint[i].cast<SDBMStripeExpr>(), in getSDBMExpressions()
494 convertDBMElement(i, j, stripeToPoint[i].cast<SDBMStripeExpr>(), in getSDBMExpressions()
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBM.h124 void convertDBMElement(unsigned row, unsigned col, SDBMTermExpr rowExpr,