Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SDNPVariadic

1027     } else if (PropList[i]->getName() == "SDNPVariadic") {
1028 Properties |= 1 << SDNPVariadic;
2484 if (OpInfo.hasProperty(SDNPVariadic)) isVariadic = true;