Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NewVal

1051   Init *NewVal = NewOp->Fold(CurRec, CurMultiClass);
1052 if (NewVal != NewOp)
1053 return NewVal;