HomeSort by relevance Sort by last modified time
    Searched refs:MulRangeAndConstant (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_range.h 164 Value MulRangeAndConstant(Value v1, Value v2, Value c, bool is_min) const;
induction_var_range.cc 451 return MulRangeAndConstant(v2_min, v2_max, v1_min, is_min);
453 return MulRangeAndConstant(v1_min, v1_max, v2_min, is_min);
506 InductionVarRange::Value InductionVarRange::MulRangeAndConstant(Value v_min,
    [all...]

Completed in 67 milliseconds