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