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

/external/llvm/include/llvm/MC/
H A DMCExpr.h263 MCUnaryExpr(Opcode _Op, const MCExpr *_Expr) argument
264 : MCExpr(MCExpr::Unary), Op(_Op), Expr(_Expr) {}
335 MCBinaryExpr(Opcode _Op, const MCExpr *_LHS, const MCExpr *_RHS) argument
336 : MCExpr(MCExpr::Binary), Op(_Op), LHS(_LHS), RHS(_RHS) {}

Completed in 41 milliseconds