Lines Matching refs:OResNo
1647 unsigned OResNo = 0; in ApplyTypeConstraint() local
1649 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1650 return (int)NodeToApply.UpdateNodeType(ResNo, OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1652 (int)OtherNode.UpdateNodeType(OResNo, NodeToApply.getExtType(ResNo), in ApplyTypeConstraint()
1670 unsigned OResNo = 0; in ApplyTypeConstraint() local
1672 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1674 return TI.EnforceSmallerThan(TypeListTmp, OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1707 unsigned OResNo = 0; in ApplyTypeConstraint() local
1709 x.SDTCisSameNumEltsAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1710 return TI.EnforceSameNumElts(OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1714 unsigned OResNo = 0; in ApplyTypeConstraint() local
1716 x.SDTCisSameSizeAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1717 return TI.EnforceSameSize(OtherNode.getExtType(OResNo), in ApplyTypeConstraint()