Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OResNo

859     unsigned OResNo = 0;
861 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo);
862 return NodeToApply->UpdateNodeType(OResNo, OtherNode->getExtType(ResNo),TP)|
863 OtherNode->UpdateNodeType(ResNo,NodeToApply->getExtType(OResNo),TP);
878 unsigned OResNo = 0;
881 OResNo);
883 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP);