Lines Matching refs:InputAt
94 Node* const cond = node->InputAt(0);
102 DecideCondition(cond->InputAt(1)) == Decision::kFalse &&
103 DecideCondition(cond->InputAt(2)) == Decision::kTrue)) {
119 node->ReplaceInput(0, cond->InputAt(0));
127 Node* const control = node->InputAt(1);
157 NodeProperties::ReplaceValueInput(node, condition->InputAt(0), 0);
193 Node* if_true = node->InputAt(0);
194 Node* if_false = node->InputAt(1);
198 if_true->InputAt(0) == if_false->InputAt(0) && if_true->OwnedBy(node) &&
200 Node* const branch = if_true->InputAt(0);
203 Node* const control = branch->InputAt(1);
259 if_true->InputAt(0) == if_false->InputAt(0)) {
260 Node* const branch = if_true->InputAt(0);
263 Node* const cond = branch->InputAt(0);
391 Node* const cond = node->InputAt(0);
392 Node* const vtrue = node->InputAt(1);
393 Node* const vfalse = node->InputAt(2);
434 Node* const switched_value = node->InputAt(0);
435 Node* const control = node->InputAt(1);
471 Node* const cond = node->InputAt(0);
485 Node* const cond = trap->InputAt(0);