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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4545 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
4546 if (Op3CE) {
4547 uint64_t Op3Val = Op3CE->getValue();
4633 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
4636 if (Op3CE && Op4CE) {
4637 uint64_t Op3Val = Op3CE->getValue();
4697 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); local
4700 if (Op3CE && Op4CE) {
4701 uint64_t Op3Val = Op3CE->getValue();

Completed in 44 milliseconds