Home | History | Annotate | Download | only in IR

Lines Matching full:isstring

2497 /// isString - This method returns true if this is an array of i8.
2498 bool ConstantDataSequential::isString() const {
2502 /// isCString - This method returns true if the array "isString", ends with a
2505 if (!isString())