Searched refs:getMemOff (Results 1 – 2 of 2) sorted by relevance
351 const MCExpr *getMemOff() const { in getMemOff() function in __anon07e578c20211::SparcOperand372 case k_MemoryImm: assert(getMemOff() != nullptr); in print()374 << "+" << *getMemOff() in print()423 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
1260 const MCExpr *Expr = getMemOff(); in addMemOperands()1269 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()1334 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()1344 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()1349 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()1359 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithPtrSizeOffset()1363 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()1477 const MCExpr *getMemOff() const { in getMemOff() function in __anon03c4d4620211::MipsOperand1483 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()