Lines Matching refs:arith
228 Node* arith = phi->InputAt(1);
230 if (arith->opcode() == IrOpcode::kJSAdd ||
231 arith->opcode() == IrOpcode::kNumberAdd ||
232 arith->opcode() == IrOpcode::kSpeculativeNumberAdd ||
233 arith->opcode() == IrOpcode::kSpeculativeSafeIntegerAdd) {
235 } else if (arith->opcode() == IrOpcode::kJSSubtract ||
236 arith->opcode() == IrOpcode::kNumberSubtract ||
237 arith->opcode() == IrOpcode::kSpeculativeNumberSubtract ||
238 arith->opcode() == IrOpcode::kSpeculativeSafeIntegerSubtract) {
245 Node* input = arith->InputAt(0);
262 Node* incr = arith->InputAt(1);
263 return zone()->New<InductionVariable>(phi, effect_phi, arith, incr, initial,