Searched refs:Op3CE (Results 1 – 1 of 1) sorted by relevance
3622 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local3623 if (Op3CE) { in MatchAndEmitInstruction()3624 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()3656 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local3659 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()3660 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()3721 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local3724 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()3725 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()