Home
last modified time | relevance | path

Searched defs:new_b (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.cc655 InductionInfo* new_b = TransferAddSub(context, loop, a->op_b, b->op_b, op, type); in TransferAddSub() local
662 InductionInfo* new_b = TransferAddSub(context, loop, a, b->op_b, op, type); in TransferAddSub() local
674 InductionInfo* new_b = TransferAddSub(context, loop, a->op_b, b, op, type); in TransferAddSub() local
701 InductionInfo* new_b = TransferNeg(context, loop, a->op_b, type); in TransferNeg() local
728 InductionInfo* new_b = TransferMul(context, loop, a, b->op_b, type); in TransferMul() local
736 InductionInfo* new_b = TransferMul(context, loop, a->op_b, b, type); in TransferMul() local