Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LazyValueAnalysis/
Dlvi-after-jumpthreading.ll21 … %iv = phi i32 [ 0, %entry ], [ %iv.next, %backedge ]' in BB: '%backedge' is: constantrange<0, 400>
22 …' %iv = phi i32 [ 0, %entry ], [ %iv.next, %backedge ]' in BB: '%exit' is: constantrange<399, 400>
24 … ; LatticeVal for: ' %iv.next = add nsw i32 %iv, 1' in BB: '%backedge' is: constantrange<1, 401>
25 … ; LatticeVal for: ' %iv.next = add nsw i32 %iv, 1' in BB: '%exit' is: constantrange<400, 401>
28 … ; LatticeVal for: ' %cont = icmp slt i32 %iv.next, 400' in BB: '%exit' is: constantrange<0, -1>
56 … = phi i32 [ 0, %entry ], [ %iv.next, %backedge ]' in BB: '%loop' is: constantrange<0, -2147483647>
57 …hi i32 [ 0, %entry ], [ %iv.next, %backedge ]' in BB: '%backedge' is: constantrange<0, -2147483648>
58 … = phi i32 [ 0, %entry ], [ %iv.next, %backedge ]' in BB: '%exit' is: constantrange<0, -2147483647>
63 … i32 [ %n, %entry ], [ %iv2.next, %backedge ]' in BB: '%backedge' is: constantrange<1, -2147483648>
76 …G: ; LatticeVal for: ' %cnd = and i1 %cnd1, %cnd2' in BB: '%backedge' is: constantrange<-1, 0>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueLattice.h46 constantrange, enumerator
75 case constantrange: in ~ValueLatticeElement()
102 case constantrange:
146 bool isConstantRange() const { return Tag == constantrange; } in isConstantRange()
233 Tag = constantrange; in markConstantRange()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp66 constantrange, enumerator
103 bool isConstantRange() const { return Tag == constantrange; } in isConstantRange()
179 Tag = constantrange; in markConstantRange()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp82 constantrange, enumerator
123 bool isConstantRange() const { return Tag == constantrange; } in isConstantRange()
199 Tag = constantrange; in markConstantRange()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CorrelatedValuePropagation/
Dadd.ll94 ; LVILatticeValue instead of constantrange. Check that we don't fail with an