Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NewOp

1050   const OpInit *NewOp = RHSo->clone(NewOperands);
1051 Init *NewVal = NewOp->Fold(CurRec, CurMultiClass);
1052 if (NewVal != NewOp)
1127 const OpInit *NewOp = RHSo->clone(NewOperands);
1128 NewOp->Fold(CurRec, CurMultiClass);
1129 if (NewItem != NewOp)