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

/art/compiler/optimizing/
H A Dinduction_var_range.h165 Value DivRangeAndConstant(Value v1, Value v2, Value c, bool is_min) const;
H A Dinduction_var_range.cc485 return DivRangeAndConstant(v1_min, v1_max, v2_min, is_min);
513 InductionVarRange::Value InductionVarRange::DivRangeAndConstant(Value v_min, function in class:art::InductionVarRange

Completed in 135 milliseconds