Searched refs:isNestedDagArg (Results 1 – 3 of 3) sorted by relevance
1262 if (tree.isNestedDagArg(i)) { in handleReplaceWithNativeCodeCall()1536 if (node.isNestedDagArg(argIndex)) { in createSeparateLocalVarsForOpArgs()1549 if (node.isNestedDagArg(argIndex)) { in createSeparateLocalVarsForOpArgs()1650 if (node.isNestedDagArg(argIndex)) { in createAggregateLocalVarsForOpArgs()1662 if (node.isNestedDagArg(argIndex)) { in createAggregateLocalVarsForOpArgs()
164 bool isNestedDagArg(unsigned index) const;
159 bool DagNode::isNestedDagArg(unsigned index) const { in isNestedDagArg() function in DagNode168 assert(!isNestedDagArg(index)); in getArgAsLeaf()