Searched refs:X_I (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/ |
D | pr39282.ll | 22 ; 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/ |
D | alloca_test.ll | 19 ; CHECK-NEXT: [[X_I:%.*]] = alloca i32
|
/external/llvm/test/Transforms/Inline/ |
D | alloca_test.ll | 18 ; CHECK-NEXT: [[X_I:%.*]] = alloca i32
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 364 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/ |
D | PathDiagnostic.cpp | 317 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()
|