Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h313 MCBinaryExpr(Opcode _Op, const MCExpr *_LHS, const MCExpr *_RHS) in MCBinaryExpr() function
413 static bool classof(const MCBinaryExpr *) { return true; } in classof()
DMCAssembler.h28 class MCBinaryExpr; variable
/external/llvm/include/llvm/MC/
DMCExpr.h415 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS) in MCBinaryExpr() function