Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5580 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm()); in MatchAndEmitInstruction() local
5582 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
5584 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction()
5644 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm()); in MatchAndEmitInstruction() local
5646 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
5648 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction()