Searched refs:getMemOff (Results 1 – 2 of 2) sorted by relevance
305 const MCExpr *getMemOff() const { in getMemOff() function in __anon94a376d70211::SparcOperand326 case k_MemoryImm: assert(getMemOff() != nullptr); in print()328 << "+" << *getMemOff() in print()368 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
1211 const MCExpr *Expr = getMemOff(); in addMemOperands()1220 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()1285 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()1297 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()1302 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()1312 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithPtrSizeOffset()1316 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()1430 const MCExpr *getMemOff() const { in getMemOff() function in __anon775249370211::MipsOperand1436 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()