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

References

lib/Target/PowerPC/PPCMCInstLower.cpp
  121     Expr =
  122         MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(32768, Ctx), Ctx);
  125     Expr = MCBinaryExpr::createAdd(Expr,
  125     Expr = MCBinaryExpr::createAdd(Expr,
  134     Expr = MCBinaryExpr::createSub(Expr, PB, Ctx);
  134     Expr = MCBinaryExpr::createSub(Expr, PB, Ctx);
  140       Expr = PPCMCExpr::createLo(Expr, IsDarwin, Ctx);
  140       Expr = PPCMCExpr::createLo(Expr, IsDarwin, Ctx);
  143       Expr = PPCMCExpr::createHa(Expr, IsDarwin, Ctx);
  143       Expr = PPCMCExpr::createHa(Expr, IsDarwin, Ctx);
  147   return MCOperand::createExpr(Expr);