Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h242 Value MulRangeAndConstant(int64_t value,
Dinduction_var_range.cc773 return MulRangeAndConstant(value, info2, trip, in_body, is_min); in GetMul()
775 return MulRangeAndConstant(value, info1, trip, in_body, is_min); in GetMul()
865 InductionVarRange::Value InductionVarRange::MulRangeAndConstant( in MulRangeAndConstant() function in art::InductionVarRange