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

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp169 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member in struct:__anon25952::AArch64Operand::TokOp
318 return Tok.IsSuffix;
1577 CreateToken(StringRef Str, bool IsSuffix, SMLoc S, MCContext &Ctx) { argument
1581 Op->Tok.IsSuffix = IsSuffix;

Completed in 303 milliseconds