HomeSort by relevance Sort by last modified time
    Searched refs:getMemOff (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 223 const MCExpr *getMemOff() const {
244 case k_MemoryImm: assert(getMemOff() != nullptr);
246 << "+" << *getMemOff()
286 const MCExpr *Expr = getMemOff();
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 646 const MCExpr *Expr = getMemOff();
670 return isMem() && dyn_cast<MCConstantExpr>(getMemOff());
714 const MCExpr *getMemOff() const {
720 return static_cast<const MCConstantExpr *>(getMemOff())->getValue();
    [all...]

Completed in 60 milliseconds