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

/external/llvm/include/llvm/MC/
H A DMCExpr.h120 //// MCConstantExpr - Represent a constant integer expression.
121 class MCConstantExpr : public MCExpr { class in namespace:llvm
124 explicit MCConstantExpr(int64_t _Value) function in class:llvm::MCConstantExpr
131 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);

Completed in 294 milliseconds