Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h267 Value MulRangeAndConstant(int64_t value,
Dinduction_var_range.cc789 return MulRangeAndConstant(value, info2, trip, in_body, is_min); in GetMul()
791 return MulRangeAndConstant(value, info1, trip, in_body, is_min); in GetMul()
881 InductionVarRange::Value InductionVarRange::MulRangeAndConstant( in MulRangeAndConstant() function in art::InductionVarRange