Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp469 FlatAffineConstraints ucst(*region.getConstraints()); in boundCheckLoadOrStoreOp() local
481 ucst.addConstantLowerBound(r, dimSize); in boundCheckLoadOrStoreOp()
482 outOfBounds = !ucst.isEmpty(); in boundCheckLoadOrStoreOp()