Home | History | Annotate | Download | only in TableGen

Lines Matching defs:NewVal

975   Init *NewVal = NewOp->Fold(CurRec, CurMultiClass);
976 return (NewVal != NewOp) ? NewVal : nullptr;