Searched refs:UseIndexEnd (Results 1 – 2 of 2) sorted by relevance
5483 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local5484 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()5502 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()
6527 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local6528 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()6546 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()