Home | History | Annotate | Download | only in MCParser

Lines Matching refs:getRHS

929     const MCExpr *RHS = ApplyModifierToExpr(BE->getRHS(), Variant);
935 if (!RHS) RHS = BE->getRHS();
2016 return IsUsedIn(Sym, BE->getLHS()) || IsUsedIn(Sym, BE->getRHS());