Searched refs:IsSuffix (Results 1 – 1 of 1) sorted by relevance
372 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member603 return Tok.IsSuffix; in isTokenSuffix()2252 CreateToken(StringRef Str, SMLoc S, MCContext &Ctx, bool IsSuffix = false) { in CreateToken() argument2256 Op->Tok.IsSuffix = IsSuffix; in CreateToken()