reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
323 if (getLitEncoding(Op, Desc.OpInfo[i], STI) != 255) 329 if (Op.isImm()) 330 Imm = Op.getImm(); 331 else if (Op.isExpr()) { 332 if (const auto *C = dyn_cast<MCConstantExpr>(Op.getExpr())) 335 } else if (!Op.isExpr()) // Exprs will be replaced with a fixup value.