Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp347 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member
568 return Tok.IsSuffix; in isTokenSuffix()
1971 CreateToken(StringRef Str, SMLoc S, MCContext &Ctx, bool IsSuffix = false) { in CreateToken() argument
1975 Op->Tok.IsSuffix = IsSuffix; in CreateToken()