Searched refs:getMemOff (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp223 const MCExpr *getMemOff() const { function in class:__anon26131::SparcOperand
244 case k_MemoryImm: assert(getMemOff() != nullptr);
246 << "+" << *getMemOff()
286 const MCExpr *Expr = getMemOff();
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp646 const MCExpr *Expr = getMemOff();
670 return isMem() && dyn_cast<MCConstantExpr>(getMemOff());
714 const MCExpr *getMemOff() const { function in class:__anon26038::MipsOperand
720 return static_cast<const MCConstantExpr *>(getMemOff())->getValue();

Completed in 276 milliseconds