Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TreeHasProperty

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