Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4846 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm()); in MatchAndEmitInstruction() local
4848 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
4850 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction()
4910 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm()); in MatchAndEmitInstruction() local
4912 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
4914 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction()