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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp777 Optional<std::pair<int64_t, unsigned> > getShiftedVal() const { function in class:__anon3880::AArch64Operand
831 if (auto ShiftedVal = getShiftedVal<12>())
844 if (auto ShiftedVal = getShiftedVal<12>())
861 if (auto ShiftedImm = getShiftedVal<8>())
878 if (auto ShiftedImm = getShiftedVal<8>())
1549 if (auto ShiftedVal = getShiftedVal<Shift>()) {
1564 if (auto ShiftedVal = getShiftedVal<Shift>()) {

Completed in 163 milliseconds