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

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

Completed in 136 milliseconds