Searched refs:LVILatticeVal (Results 1 – 2 of 2) sorted by relevance
65 class LVILatticeVal { class95 LVILatticeVal() : Tag(undefined), Val(nullptr), Range(1, true) {} in LVILatticeVal() function in __anon5917926d0111::LVILatticeVal97 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 …]
55 class LVILatticeVal { class80 LVILatticeVal() : Tag(undefined), Val(0), Range(1, true) {} in LVILatticeVal() function in __anond3f06b990111::LVILatticeVal82 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 …]