Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TPN

2313       TreePatternNode *TPN = T->getChild(op);
2314 while (TPN->ApplyTypeConstraints(P, false))
2317 if (TPN->ContainsUnresolvedType()) {
2321 DefaultOpInfo.DefaultOps.push_back(TPN);