Lines Matching refs:value
289 Node* const value = inputs[0];
290 DCHECK_NE(node, value);
298 if (input != value) return NoChange();
302 return Replace(value);
320 Node* value = NodeProperties::GetValueInput(node, 1);
322 if (value->opcode() == IrOpcode::kPhi &&
323 NodeProperties::GetControlInput(value) == control &&
326 // the return value is actually a {Phi} and the return control dependency
350 Node::Inputs value_inputs = value->inputs();
355 if (control->OwnedBy(node, value) && value->OwnedBy(node)) {
437 // Attempt to constant match the switched value against the IfValue cases. If
453 if (p.value() == mswitched.ResolvedValue()) {