Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3657 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm()); in MatchAndEmitInstruction() local
3659 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
3661 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction()
3722 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm()); in MatchAndEmitInstruction() local
3724 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
3726 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction()