Searched refs:getLatticeValue (Results 1 – 3 of 3) sorted by relevance
83 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anon10360b9e0111::LatticeVal90 bool isUnknown() const { return getLatticeValue() == unknown; } in isUnknown()92 return getLatticeValue() == constant || getLatticeValue() == forcedconstant; in isConstant()94 bool isOverdefined() const { return getLatticeValue() == overdefined; } in isOverdefined()112 if (getLatticeValue() == constant) { // Constant but not forcedconstant. in markConstant()122 assert(getLatticeValue() == forcedconstant && in markConstant()
101 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anon9c9d1bd60111::LatticeVal108 bool isUnknown() const { return getLatticeValue() == unknown; } in isUnknown()111 return getLatticeValue() == constant || getLatticeValue() == forcedconstant; in isConstant()114 bool isOverdefined() const { return getLatticeValue() == overdefined; } in isOverdefined()132 if (getLatticeValue() == constant) { // Constant but not forcedconstant. in markConstant()142 assert(getLatticeValue() == forcedconstant && in markConstant()
81 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anon59b7b7ca0111::LatticeVal88 bool isUndefined() const { return getLatticeValue() == undefined; } in isUndefined()90 return getLatticeValue() == constant || getLatticeValue() == forcedconstant; in isConstant()92 bool isOverdefined() const { return getLatticeValue() == overdefined; } in isOverdefined()110 if (getLatticeValue() == constant) { // Constant but not forcedconstant. in markConstant()120 assert(getLatticeValue() == forcedconstant && in markConstant()