Home | History | Annotate | Download | only in compiler

Lines Matching refs:GetValueInput

118   Node* const input = NodeProperties::GetValueInput(node, 0);
133 Node* const object = NodeProperties::GetValueInput(node, 0);
139 Node* const map = NodeProperties::GetValueInput(node, i);
154 Node* const input = NodeProperties::GetValueInput(node, 0);
164 Node* const object = NodeProperties::GetValueInput(node, 0);
192 Node* const input = NodeProperties::GetValueInput(node, 0);
199 Node* const lhs = NodeProperties::GetValueInput(input, 0);
201 Node* const rhs = NodeProperties::GetValueInput(input, 1);
226 Node* const input = NodeProperties::GetValueInput(node, 0);
235 Node* const input = NodeProperties::GetValueInput(node, 0);
265 Node* const lhs = NodeProperties::GetValueInput(node, 0);
266 Node* const rhs = NodeProperties::GetValueInput(node, 1);
277 Node* const condition = NodeProperties::GetValueInput(node, 0);
279 Node* const vtrue = NodeProperties::GetValueInput(node, 1);
281 Node* const vfalse = NodeProperties::GetValueInput(node, 2);