This method returns true if this is an array of CharSize integers or bytes.
Declared in <llvm/IR/Constants.h>
bool
isString(unsigned int CharSize = 8) const;
True if this is an array of i8.
| Name | Description |
|---|---|
| CharSize | The integer/byte width in bits that counts as a character. |