Searched refs:UseIndexEnd (Results 1 – 1 of 1) sorted by relevance
12251 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local12252 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()12276 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()