Home
last modified time | relevance | path

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

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