Home | History | Annotate | Download | only in Analysis

Lines Matching refs:StartIdx

1571     uint64_t StartIdx = 0;
1573 StartIdx = CI->getZExtValue();
1576 return GetConstantStringInfo(GEP->getOperand(0), Str, StartIdx+Offset,
1698 uint64_t StartIdx = 0;
1700 StartIdx = CI->getZExtValue();
1726 // Traverse the constant array from StartIdx (derived above) which is
1728 for (unsigned i = StartIdx; i != NumElts; ++i) {
1734 return i-StartIdx+1; // We found end of string, success!