Searched refs:Op3CE (Results 1 – 1 of 1) sorted by relevance
6223 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local6224 if (Op3CE) { in MatchAndEmitInstruction()6225 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()6311 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local6314 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()6315 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()6375 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local6378 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()6379 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()