Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h285 Value MulRangeAndConstant(const HBasicBlock* context,
Dinduction_var_range.cc854 return MulRangeAndConstant(context, loop, value, info2, trip, is_min); in GetMul()
856 return MulRangeAndConstant(context, loop, value, info1, trip, is_min); in GetMul()
954 InductionVarRange::Value InductionVarRange::MulRangeAndConstant( in MulRangeAndConstant() function in art::InductionVarRange