reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2834 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) && 2835 cast<MCConstantExpr>(Op1.getImm())->getValue() == 1) 2839 if (Op1.isImm() && isa<MCConstantExpr>(Op1.getImm()) && 2840 cast<MCConstantExpr>(Op1.getImm())->getValue() == 1) 2850 if (auto *CE = dyn_cast<MCConstantExpr>(Op1.getImm())) 3405 const auto *CE = dyn_cast<MCConstantExpr>(X86Op->getImm());lib/Target/X86/AsmParser/X86Operand.h
212 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); 226 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); 240 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); 254 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); 267 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); 276 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm()); 511 addExpr(Inst, getImm()); 516 addExpr(Inst, getImm());