Home | History | Annotate | Download | only in optimizing

Lines Matching refs:InductionVarRange

901   return InductionVarRange(this).IsConstant(info, InductionVarRange::kExact, value);
905 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtMost, value);
909 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtLeast, value);