Home | History | Annotate | Download | only in MCParser

Lines Matching refs:NewE

950   const MCExpr *NewE = getTargetParser().applyModifierToExpr(E, Variant, Ctx);
951 if (NewE)
952 return NewE;