reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCExpr.cpp
  786     if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
  788         !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
  791       if (const MCTargetExpr *L = dyn_cast<MCTargetExpr>(ABE->getLHS()))
  792         if (const MCTargetExpr *R = cast<MCTargetExpr>(ABE->getRHS())) {
  793           switch (ABE->getOpcode()) {
  809       switch (ABE->getOpcode()) {
  831     auto Op = ABE->getOpcode();
  846       if (ABE->getOpcode() == MCBinaryExpr::Div)