Home | History | Annotate | Download | only in optimizing

Lines Matching refs:InductionVarRange

26 using Value = InductionVarRange::Value;
29 * Fixture class for the InductionVarRange tests.
222 return range_.IsConstant(info, InductionVarRange::kExact, value);
226 return range_.IsConstant(info, InductionVarRange::kAtMost, value);
230 return range_.IsConstant(info, InductionVarRange::kAtLeast, value);
248 InductionVarRange range_;