Searched defs:Op3CE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3622 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
3623 if (Op3CE) {
3624 uint64_t Op3Val = Op3CE->getValue();
3656 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
3659 if (Op3CE && Op4CE) {
3660 uint64_t Op3Val = Op3CE->getValue();
3721 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
3724 if (Op3CE && Op4CE) {
3725 uint64_t Op3Val = Op3CE->getValue();

Completed in 210 milliseconds