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

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp264 bool isShiftOrExtend() const { return Kind == k_ShiftExtend; } function in class:__anon22264::AArch64Operand
304 if (!isShiftOrExtend()) return false;
448 if (!isShiftOrExtend()) return false;
650 if (!isShiftOrExtend()) return false;
659 if (!isShiftOrExtend()) return false;
668 if (!isShiftOrExtend())
679 if (!isShiftOrExtend())
690 if (!isShiftOrExtend())

Completed in 131 milliseconds