Searched refs:comp2 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | debuginfo-scev-salvage-5.ll | 14 ;; unsigned comp2 = comp * l; 15 ;; unsigned comp3 = comp2 << m; 27 …m.dbg.value(metadata !DIArgList(i64 %lsr.iv, i32 %l, i32 %k), metadata ![[comp2:[0-9]+]], metadata… 31 ; CHECK: ![[comp2]] = !DILocalVariable(name: "comp2" 109 !22 = !DILocalVariable(name: "comp2", scope: !21, file: !8, line: 6, type: !11)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | block-placement.ll | 404 %comp2 = icmp ult i32 %a0, 3 405 br i1 %comp2, label %loop.inner2.begin, label %loop.end
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | iterator-modeling.cpp | 1852 const auto comp1 = (first != V.end()), comp2 = (first == V.end()); in deferred_assumption() local
|