Searched refs:Op3CE (Results 1 – 1 of 1) sorted by relevance
6412 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in matchAndEmitInstruction() local6413 if (Op3CE) { in matchAndEmitInstruction()6414 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction()6500 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in matchAndEmitInstruction() local6503 if (Op3CE && Op4CE) { in matchAndEmitInstruction()6504 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction()6564 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in matchAndEmitInstruction() local6567 if (Op3CE && Op4CE) { in matchAndEmitInstruction()6568 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction()