Home
last modified time | relevance | path

Searched refs:Op3CE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4757 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
4758 if (Op3CE) { in MatchAndEmitInstruction()
4759 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
4845 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
4848 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
4849 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
4909 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
4912 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
4913 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()