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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp504 const MCExpr *getShiftedImmVal() const { function in class:__anon2053::AArch64Operand
774 if (auto *CE = dyn_cast<MCConstantExpr>(getShiftedImmVal()))
1544 addExpr(Inst, getShiftedImmVal());
2025 OS << *getShiftedImmVal();

Completed in 314 milliseconds