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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4511 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
4512 if (Op3CE) {
4513 uint64_t Op3Val = Op3CE->getValue();
4599 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
4602 if (Op3CE && Op4CE) {
4603 uint64_t Op3Val = Op3CE->getValue();
4663 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
4666 if (Op3CE && Op4CE) {
4667 uint64_t Op3Val = Op3CE->getValue();

Completed in 102 milliseconds