Searched defs:LVILatticeVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp50 // LVILatticeVal
53 /// LVILatticeVal - This is the information tracked by LazyValueInfo for each
60 class LVILatticeVal { class in namespace:__anon8602
85 LVILatticeVal() : Tag(undefined), Val(0), Range(1, true) {} function in class:__anon8602::LVILatticeVal
87 static LVILatticeVal get(Constant *C) {
88 LVILatticeVal Res;
93 static LVILatticeVal getNot(Constant *C) {
94 LVILatticeVal Res;
99 static LVILatticeVal getRange(ConstantRange CR) {
100 LVILatticeVal Re
[all...]

Completed in 38 milliseconds