Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp65 class LVILatticeVal { class
95 LVILatticeVal() : Tag(undefined), Val(nullptr), Range(1, true) {} in LVILatticeVal() function in __anon5917926d0111::LVILatticeVal
97 static LVILatticeVal get(Constant *C) { in get()
98 LVILatticeVal Res; in get()
103 static LVILatticeVal getNot(Constant *C) { in getNot()
104 LVILatticeVal Res; in getNot()
109 static LVILatticeVal getRange(ConstantRange CR) { in getRange()
110 LVILatticeVal Res; in getRange()
114 static LVILatticeVal getOverdefined() { in getOverdefined()
115 LVILatticeVal Res; in getOverdefined()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp55 class LVILatticeVal { class
80 LVILatticeVal() : Tag(undefined), Val(0), Range(1, true) {} in LVILatticeVal() function in __anond3f06b990111::LVILatticeVal
82 static LVILatticeVal get(Constant *C) { in get()
83 LVILatticeVal Res; in get()
88 static LVILatticeVal getNot(Constant *C) { in getNot()
89 LVILatticeVal Res; in getNot()
94 static LVILatticeVal getRange(ConstantRange CR) { in getRange()
95 LVILatticeVal Res; in getRange()
186 bool mergeIn(const LVILatticeVal &RHS) { in mergeIn()
270 raw_ostream &operator<<(raw_ostream &OS, const LVILatticeVal &Val)
[all …]