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

/external/llvm/include/llvm/MC/
H A DMCExpr.h393 /// MCBinaryExpr - Binary assembler expressions.
394 class MCBinaryExpr : public MCExpr { class in namespace:llvm
425 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS) function in class:llvm::MCBinaryExpr
432 static const MCBinaryExpr *Create(Opcode Op, const MCExpr *LHS,
434 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS,
438 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS,
442 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS,
446 static const MCBinaryExpr *CreateEQ(const MCExpr *LHS, const MCExpr *RHS,
450 static const MCBinaryExpr *CreateGT(const MCExpr *LHS, const MCExpr *RHS,
454 static const MCBinaryExpr *CreateGT
[all...]

Completed in 87 milliseconds