Home | History | Annotate | Download | only in MCParser

Lines Matching refs:NewE

962   const MCExpr *NewE = getTargetParser().applyModifierToExpr(E, Variant, Ctx);
963 if (NewE)
964 return NewE;