Searched refs:Op3CE (Results 1 – 1 of 1) sorted by relevance
6155 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local6156 if (Op3CE) { in MatchAndEmitInstruction()6157 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()6243 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local6246 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()6247 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()6307 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local6310 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()6311 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()