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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp304 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member in struct:__anon3880::AArch64Operand::TokOp
500 return Tok.IsSuffix;
1816 CreateToken(StringRef Str, bool IsSuffix, SMLoc S, MCContext &Ctx) { argument
1820 Op->Tok.IsSuffix = IsSuffix;

Completed in 62 milliseconds