Searched refs:IsConstantValue (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_range.cc99 static bool IsConstantValue(InductionVarRange::Value v) { function in namespace:art
105 return IsConstantValue(v1) && IsConstantValue(v2) && v1.b_constant == v2.b_constant;
174 if (!IsConstantValue(v1_max) ||
175 !IsConstantValue(v2_min) ||
245 if (IsConstantValue(v_min) && IsConstantValue(v_max) && v_min.b_constant <= v_max.b_constant) {
446 if (!IsConstantValue(v1_min) && !IsConstantValue(v1_max)) {
456 if (IsConstantValue(v1_mi
[all...]

Completed in 60 milliseconds