reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
150 const MCExpr *Expr = getImm(); 160 addExpr(Inst, getImm()); 167 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); 173 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); 252 O << "Immediate: \"" << *getImm() << "\""; 257 O << "Memri: \"" << getReg() << '+' << *getImm() << "\""; 702 if (MCConstantExpr const *Const = dyn_cast<MCConstantExpr>(Op.getImm())) {