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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp55 // LVILatticeVal
64 class LVILatticeVal { class in namespace:__anon2397
89 LVILatticeVal() : Tag(undefined), Val(nullptr), Range(1, true) {} function in class:__anon2397::LVILatticeVal
91 static LVILatticeVal get(Constant *C) {
92 LVILatticeVal Res;
97 static LVILatticeVal getNot(Constant *C) {
98 LVILatticeVal Res;
103 static LVILatticeVal getRange(ConstantRange CR) {
104 LVILatticeVal Res;
108 static LVILatticeVal getOverdefine
[all...]

Completed in 90 milliseconds