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

/external/llvm/include/llvm/MC/
H A DMCExpr.h379 /// MCBinaryExpr - Binary assembler expressions.
380 class MCBinaryExpr : public MCExpr { class in namespace:llvm
411 MCBinaryExpr(Opcode _Op, const MCExpr *_LHS, const MCExpr *_RHS) function in class:llvm::MCBinaryExpr
418 static const MCBinaryExpr *Create(Opcode Op, const MCExpr *LHS,
420 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS,
424 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS,
428 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS,
432 static const MCBinaryExpr *CreateEQ(const MCExpr *LHS, const MCExpr *RHS,
436 static const MCBinaryExpr *CreateGT(const MCExpr *LHS, const MCExpr *RHS,
440 static const MCBinaryExpr *CreateGT
[all...]

Completed in 305 milliseconds