Lines Matching defs:lbConst
303 unsigned offset, unsigned num, int64_t lbConst,
310 if (lbConst != 0 || ubConst < 1)
572 auto lbConst = getConstantBound64(BoundType::LB, pos);
574 if (lbConst.has_value() && ubConst.has_value()) {
576 if (*lbConst == *ubConst) {
577 memo[pos] = getAffineConstantExpr(*lbConst, context);
584 if (detectAsMod(*this, pos, offset, num, *lbConst, *ubConst, context,
685 auto lbConst = getConstantBound64(BoundType::LB, pos + offset);
686 if (lbConst.has_value()) {
688 getAffineConstantExpr(*lbConst, context));