Home
last modified time | relevance | path

Searched refs:UnExpr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp729 if (const MCUnaryExpr *UnExpr = dyn_cast<MCUnaryExpr>(Expr)) { in addNegOperand() local
730 if (UnExpr->getOpcode() == MCUnaryExpr::Minus) { in addNegOperand()
731 Inst.addOperand(MCOperand::createExpr(UnExpr->getSubExpr())); in addNegOperand()