LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::MCConstantExpr Class Reference

#include <MCExpr.h>

Inheritance diagram for llvm::MCConstantExpr:
Inheritance graph
[legend]
Collaboration diagram for llvm::MCConstantExpr:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int64_t getValue () const

Static Public Member Functions

static bool classof (const MCExpr *E)
Construction
static const MCConstantExprCreate (int64_t Value, MCContext &Ctx)

Detailed Description

Definition at line 133 of file MCExpr.h.


Member Function Documentation

static bool llvm::MCConstantExpr::classof ( const MCExpr E) [inline, static]

Definition at line 151 of file MCExpr.h.

References llvm::MCExpr::Constant, and llvm::MCExpr::getKind().

const MCConstantExpr * MCConstantExpr::Create ( int64_t  Value,
MCContext Ctx 
) [static]
int64_t llvm::MCConstantExpr::getValue ( ) const [inline]

The documentation for this class was generated from the following files: