Home
last modified time | relevance | path

Searched refs:X_I (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/Transforms/PhaseOrdering/
Dpr39282.ll22 ; CHECK-NEXT: [[X_I:%.*]] = load i32, i32* [[ADDR1:%.*]], align 4, !alias.scope !0, !noalias !3
26 ; CHECK-NEXT: store i32 [[X_I]], i32* [[ADDR2]], align 4, !alias.scope !3, !noalias !0
/external/llvm-project/llvm/test/Transforms/Inline/
Dalloca_test.ll19 ; CHECK-NEXT: [[X_I:%.*]] = alloca i32
/external/llvm/test/Transforms/Inline/
Dalloca_test.ll18 ; CHECK-NEXT: [[X_I:%.*]] = alloca i32
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp364 PathPieces::const_iterator X_I = X.begin(), X_end = X.end(); in comparePath() local
367 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()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp317 PathPieces::const_iterator X_I = X.begin(), X_end = X.end(); in comparePath() local
320 for ( ; X_I != X_end && Y_I != Y_end; ++X_I, ++Y_I) { in comparePath()
321 Optional<bool> b = comparePiece(**X_I, **Y_I); in comparePath()