Home | History | Annotate | Download | only in MCParser

Lines Matching refs:applyModifierToExpr

452   const MCExpr *applyModifierToExpr(const MCExpr *E,
959 AsmParser::applyModifierToExpr(const MCExpr *E,
962 const MCExpr *NewE = getTargetParser().applyModifierToExpr(E, Variant, Ctx);
986 const MCExpr *Sub = applyModifierToExpr(UE->getSubExpr(), Variant);
994 const MCExpr *LHS = applyModifierToExpr(BE->getLHS(), Variant);
995 const MCExpr *RHS = applyModifierToExpr(BE->getRHS(), Variant);
1042 const MCExpr *ModifiedRes = applyModifierToExpr(Res, Variant);