Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TreeHasProperty

1356 /// TreeHasProperty - Return true if any node in this tree has the specified
1358 bool TreePatternNode::TreeHasProperty(SDNP Property,
1363 if (getChild(i)->TreeHasProperty(Property, CGP))