Home | History | Annotate | Download | only in MCParser

Lines Matching refs:applyModifierToExpr

447   const MCExpr *applyModifierToExpr(const MCExpr *E,
947 AsmParser::applyModifierToExpr(const MCExpr *E,
950 const MCExpr *NewE = getTargetParser().applyModifierToExpr(E, Variant, Ctx);
974 const MCExpr *Sub = applyModifierToExpr(UE->getSubExpr(), Variant);
982 const MCExpr *LHS = applyModifierToExpr(BE->getLHS(), Variant);
983 const MCExpr *RHS = applyModifierToExpr(BE->getRHS(), Variant);
1030 const MCExpr *ModifiedRes = applyModifierToExpr(Res, Variant);