Searched defs:SubValue (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ | ||
D | induction_var_range_test.cc | 234 Value SubValue(Value v1, Value v2) { return range_.SubValue(v1, v2); } in SubValue() function in art::InductionVarRangeTest |
D | induction_var_range.cc | 534 InductionVarRange::Value InductionVarRange::SubValue(Value v1, Value v2) const { in SubValue() function in art::InductionVarRange |