Searched refs:MulRangeAndConstant (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range.h | 285 Value MulRangeAndConstant(const HBasicBlock* context,
|
D | induction_var_range.cc | 854 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
|