Searched defs:MCUnaryExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCExpr.h354 class MCUnaryExpr : public MCExpr { class in namespace:llvm
367 MCUnaryExpr(Opcode Op, const MCExpr *Expr) function in class:llvm::MCUnaryExpr
374 static const MCUnaryExpr *create(Opcode Op, const MCExpr *Expr,
376 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx) {
379 static const MCUnaryExpr *createMinus(const MCExpr *Expr, MCContext &Ctx) {
382 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) {
385 static const MCUnaryExpr *createPlus(const MCExpr *Expr, MCContext &Ctx) {

Completed in 33 milliseconds