Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp169 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member
321 return Tok.IsSuffix; in isTokenSuffix()
1531 CreateToken(StringRef Str, bool IsSuffix, SMLoc S, MCContext &Ctx) { in CreateToken() argument
1535 Op->Tok.IsSuffix = IsSuffix; in CreateToken()