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

/external/llvm/include/llvm/MC/
H A DMCExpr.h111 //// MCConstantExpr - Represent a constant integer expression.
112 class MCConstantExpr : public MCExpr { class in namespace:llvm
115 explicit MCConstantExpr(int64_t _Value) function in class:llvm::MCConstantExpr
122 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
135 static bool classof(const MCConstantExpr *) { return true; }

Completed in 18 milliseconds