Searched refs:Op3CE (Results 1 – 1 of 1) sorted by relevance
3789 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local3790 if (Op3CE) { in MatchAndEmitInstruction()3791 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()3877 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local3880 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()3881 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()3941 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local3944 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()3945 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()