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