Searched refs:getMemOff (Results 1 – 2 of 2) sorted by relevance
347 const MCExpr *getMemOff() const { in getMemOff() function in __anonebada3920211::SparcOperand383 case k_MemoryImm: assert(getMemOff() != nullptr); in print()385 MAI.printExpr(OS, *getMemOff()); in print()444 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
1212 const MCExpr *Expr = getMemOff(); in addMemOperands()1221 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()1298 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()1308 if (isa<MCSpecifierExpr>(getMemOff()) || in isMemWithSimmOffset()1313 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr); in isMemWithSimmOffset()1323 if (isa<MCSpecifierExpr>(getMemOff()) || in isMemWithPtrSizeOffset()1327 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr); in isMemWithPtrSizeOffset()1441 const MCExpr *getMemOff() const { in getMemOff() function in __anona2e40b320211::MipsOperand1447 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()