Searched refs:constantrange (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Analysis/LazyValueAnalysis/ |
| H A D | lvi-after-jumpthreading.ll | 23 …' %iv = phi i32 [ 0, %entry ], [ %iv.next, %backedge ]' in BB: '%exit' is: constantrange<399, 400> 25 … ; LatticeVal for: ' %iv.next = add nsw i32 %iv, 1' in BB: '%backedge' is: constantrange<1, 401> 26 … ; LatticeVal for: ' %iv.next = add nsw i32 %iv, 1' in BB: '%exit' is: constantrange<400, 401> 29 … ; LatticeVal for: ' %cont = icmp slt i32 %iv.next, 400' in BB: '%exit' is: constantrange<0, -1> 57 …: ' %iv = phi i32 [ 0, %entry ], [ %iv.next, %backedge ]' in BB: '%loop' is: constantrange<0, 400> 77 …G: ; LatticeVal for: ' %cnd = and i1 %cnd1, %cnd2' in BB: '%backedge' is: constantrange<-1, 0> 85 …ticeVal for: ' %iv.next = add nsw i32 %iv, 1' in BB: '%backedge' is: constantrange<1, -2147483648> 125 ; CHECK-NOT: ; LatticeVal for: 'i32 %i' is: constantrange<0, 1> 126 ; CHECK: ; LatticeVal for: 'i32 %i' is: constantrange<-2133, -2134> 148 ; LatticeVal for: 'i32 %i' is: constantrange<-2134, 1> [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ValueLattice.h | 67 constantrange, enumerator 103 case constantrange: in destroy() 155 case constantrange: in ValueLatticeElement() 174 case constantrange: in ValueLatticeElement() 253 return Tag == constantrange || (Tag == constantrange_including_undef && 361 : constantrange;
|
| /llvm-project-15.0.7/llvm/test/Transforms/CorrelatedValuePropagation/ |
| H A D | add.ll | 94 ; LVILatticeValue instead of constantrange. Check that we don't fail with an
|
| H A D | sub.ll | 143 ; LVILatticeValue instead of constantrange. Check that we don't fail with an
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | lvi-after-jumpthreading.ll | 172 ; LatticeVal for: 'i32 %i' is: constantrange<-2134, 1>
|