Home | History | Annotate | Download | only in compiler

Lines Matching refs:OperatorProperties

210     for (int j = OperatorProperties::GetValueInputCount(node->op()); j > 0;
214 for (int j = OperatorProperties::GetContextInputCount(node->op()); j > 0;
218 for (int j = OperatorProperties::GetEffectInputCount(node->op()); j > 0;
222 for (int j = OperatorProperties::GetControlInputCount(node->op()); j > 0;
275 int values = OperatorProperties::GetValueInputCount(node->op());
322 int values = OperatorProperties::GetValueInputCount(node->op());