Searched refs:new_a (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 371 InductionInfo* new_a = b->op_a; in TransferAddSub() local 375 new_a = TransferAddSub(a, new_a, op); in TransferAddSub() 377 new_a = TransferNeg(new_a); in TransferAddSub() 379 return CreateInduction(b->induction_class, new_a, new_b, type_); in TransferAddSub() 381 InductionInfo* new_a = a->op_a; in TransferAddSub() local 385 new_a = TransferAddSub(new_a, b, op); in TransferAddSub() 387 return CreateInduction(a->induction_class, new_a, new_b, type_); in TransferAddSub()
|