Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1187 int64_t lbCst = lbCstOp.getValue(); in loopUnrollByFactor() local
1190 assert(lbCst >= 0 && ubCst >= 0 && stepCst >= 0 && in loopUnrollByFactor()
1192 int64_t tripCount = mlir::ceilDiv(ubCst - lbCst, stepCst); in loopUnrollByFactor()
1194 int64_t upperBoundUnrolledCst = lbCst + tripCountEvenMultiple * stepCst; in loopUnrollByFactor()