Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()