Searched refs:MaxSplit (Results 1 – 5 of 5) sorted by relevance
314 StringRef Separator, int MaxSplit, in split() argument322 while (MaxSplit-- != 0) { in split()341 int MaxSplit, bool KeepEmpty) const { in split() argument348 while (MaxSplit-- != 0) { in split()
66 unsigned MaxSplit = ColumnLimit - ContentStartColumn + 1; in getCommentSplit() local70 NumChars < MaxSplit && MaxSplitBytes < Text.size();) { in getCommentSplit()165 unsigned MaxSplit = ColumnLimit - UsedColumns; in getStringSplit() local181 if (Chars > MaxSplit || Text.size() <= Advance) in getStringSplit()
763 int MaxSplit = -1, bool KeepEmpty = true) const;780 int MaxSplit = -1, bool KeepEmpty = true) const;
370 (*Text)->getBuffer().split(strs, "\n", /*MaxSplit=*/-1,
28113 int MaxSplit = 1; in XformToShuffleWithZero() local28115 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero()28117 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()