Searched refs:ExprOffset (Results 1 – 1 of 1) sorted by relevance
2001 const MCExpr *ExprOffset; in expandMemInst() local2019 ExprOffset = Inst.getOperand(2).getExpr(); in expandMemInst()2065 if (ExprOffset->getKind() == MCExpr::SymbolRef) { in expandMemInst()2066 SR = static_cast<const MCSymbolRefExpr *>(ExprOffset); in expandMemInst()2072 const MCExpr *HiExpr = evaluateRelocExpr(ExprOffset, "hi"); in expandMemInst()2097 if (ExprOffset->getKind() == MCExpr::SymbolRef) { in expandMemInst()2103 const MCExpr *LoExpr = evaluateRelocExpr(ExprOffset, "lo"); in expandMemInst()