Searched refs:lbCst (Results 1 – 1 of 1) sorted by relevance
1187 int64_t lbCst = lbCstOp.getValue(); in loopUnrollByFactor() local1190 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()