Home | History | Annotate | Download | only in arm

Lines Matching refs:IsAdd

1559     if (instr->UseCount() == 1 && (instr->uses().value()->IsAdd() ||
1563 if (use->IsAdd() && instr == use->left()) {
1568 if (instr == use->right() && use->IsAdd() && !use->left()->IsMul()) {