Home | History | Annotate | Download | only in MCParser

Lines Matching refs:getOpcode

923     return MCUnaryExpr::Create(UE->getOpcode(), Sub, getContext());
937 return MCBinaryExpr::Create(BE->getOpcode(), LHS, RHS, getContext());