Lines Matching defs:StrLen
3244 uint64_t StrLen = SL->getLength();
3245 if (cast<ConstantArrayType>(AT)->getSize().ult(StrLen))
3246 StrLen = cast<ConstantArrayType>(AT)->getZExtSize();
3247 StructuredList->resizeInits(Context, StrLen);
3251 for (unsigned i = 0, e = StrLen; i != e; ++i) {
3267 uint64_t StrLen = Str.size();
3268 if (cast<ConstantArrayType>(AT)->getSize().ult(StrLen))
3269 StrLen = cast<ConstantArrayType>(AT)->getZExtSize();
3270 StructuredList->resizeInits(Context, StrLen);
3274 for (unsigned i = 0, e = StrLen; i != e; ++i) {