Searched refs:getMemOff (Results 1 – 3 of 3) sorted by relevance
161 const MCExpr* getMemOff() const { in getMemOff() function211 addExpr(Inst, getMemOff()); in addMemOperands()300 OS << getMemOff(); in print()
274 const MCExpr *getMemOff() const { in getMemOff() function in __anoncba7d3b40111::SparcOperand295 case k_MemoryImm: assert(getMemOff() != nullptr); in print()297 << "+" << *getMemOff() in print()337 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
975 const MCExpr *Expr = getMemOff(); in addMemOperands()984 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()1059 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()1070 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()1075 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()1199 const MCExpr *getMemOff() const { in getMemOff() function in __anond0efcad40311::MipsOperand1205 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()