Go to the documentation of this file.
14 #ifndef LLVM_SUPPORT_UNICODE_H
15 #define LLVM_SUPPORT_UNICODE_H
This is an optimization pass for GlobalISel generic memory operations.
int foldCharSimple(int C)
Fold input unicode character according the Simple unicode case folding rules.
(vector float) vec_cmpeq(*A, *B) C
int columnWidthUTF8(StringRef Text)
Gets the number of positions the UTF8-encoded Text is likely to occupy when output on a terminal ("ch...
StringRef - Represent a constant reference to a string, i.e.
@ ErrorNonPrintableCharacter
bool isPrintable(int UCS)
Determines if a character is likely to be displayed correctly on the terminal.