Searched refs:X_I (Results 1 – 3 of 3) sorted by relevance
18 ; CHECK-NEXT: [[X_I:%.*]] = alloca i32
19 ; CHECK-NEXT: [[X_I:%.*]] = alloca i32
364 PathPieces::const_iterator X_I = X.begin(), X_end = X.end(); in comparePath() local367 for ( ; X_I != X_end && Y_I != Y_end; ++X_I, ++Y_I) { in comparePath()368 Optional<bool> b = comparePiece(**X_I, **Y_I); in comparePath()