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

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3592 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
3593 if (Op3CE) {
3594 uint64_t Op3Val = Op3CE->getValue();
3626 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
3629 if (Op3CE && Op4CE) {
3630 uint64_t Op3Val = Op3CE->getValue();
3691 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
3694 if (Op3CE && Op4CE) {
3695 uint64_t Op3Val = Op3CE->getValue();

Completed in 188 milliseconds