Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp300 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member
1803 CreateToken(StringRef Str, bool IsSuffix, SMLoc S, MCContext &Ctx) { in CreateToken()