is_negative_const 44 src/ApplySplit.cpp } else if (is_negative_const(split.factor) || is_zero(split.factor)) { is_negative_const 29 src/Bounds.cpp } else if (is_negative_const(x)) { is_negative_const 325 src/Bounds.cpp } else if (is_negative_const(b.min)) { is_negative_const 377 src/Bounds.cpp } else if (is_negative_const(b.min)) { is_negative_const 178 src/IROperator.cpp return is_negative_const(c->value); is_negative_const 182 src/IROperator.cpp return is_negative_const(r->base) && is_negative_const(r->stride); is_negative_const 185 src/IROperator.cpp return is_negative_const(b->value); is_negative_const 200 src/IROperator.cpp return is_negative_negatable_const(r->base) && is_negative_const(r->stride); is_negative_const 50 src/IROperator.h EXPORT bool is_negative_const(const Expr &e); is_negative_const 120 src/Monotonic.cpp } else if (is_negative_const(op->a)) { is_negative_const 122 src/Monotonic.cpp } else if (is_negative_const(op->b)) { is_negative_const 140 src/Monotonic.cpp } else if (is_negative_const(op->b)) { is_negative_const 2940 src/Simplify.cpp (is_positive_const(sel->true_value) || is_negative_const(sel->true_value))) { is_negative_const 2947 src/Simplify.cpp (is_positive_const(sel->false_value) || is_negative_const(sel->false_value))) { is_negative_const 3033 src/Simplify.cpp is_negative_const(delta)) { is_negative_const 3258 src/Simplify.cpp is_negative_const(delta_ramp->stride) && is_negative_const 3262 src/Simplify.cpp is_negative_const(delta_ramp->stride) && is_negative_const 435 src/Solve.cpp } else if (mul_a && mul_b && equal(mul_a->b, mul_b->b) && is_negative_const(mul_a->b)) { is_negative_const 591 src/Solve.cpp } else if (is_negative_const(mul_a->b)) { is_negative_const 596 src/Solve.cpp } else if (is_negative_const(mul_a->b)) { is_negative_const 630 src/Solve.cpp } else if (is_negative_const(div_a->b)) { is_negative_const 636 src/Solve.cpp } else if (is_negative_const(div_a->b)) { is_negative_const 76 src/VectorizeLoops.cpp } else if (is_negative_const(b->value)) { is_negative_const 84 src/VectorizeLoops.cpp } else if (is_negative_const(b->value)) { is_negative_const 94 src/VectorizeLoops.cpp } else if (is_negative_const(b->value)) { is_negative_const 138 src/VectorizeLoops.cpp } else if (is_negative_const(r->stride)) {