Searched refs:BinExpr (Results 1 – 2 of 2) sorted by relevance
568 if (const MCBinaryExpr *BinExpr = dyn_cast<MCBinaryExpr>(Op.getExpr())) { in printTLSCall() local569 RefExp = cast<MCSymbolRefExpr>(BinExpr->getLHS()); in printTLSCall()570 ConstExp = cast<MCConstantExpr>(BinExpr->getRHS()); in printTLSCall()
797 } else if (const MCBinaryExpr *BinExpr = dyn_cast<MCBinaryExpr>(Expr)) { in addNegOperand() local798 if (BinExpr->getOpcode() == MCBinaryExpr::Sub) { in addNegOperand()799 const MCExpr *NE = MCBinaryExpr::createSub(BinExpr->getRHS(), in addNegOperand()800 BinExpr->getLHS(), Ctx); in addNegOperand()