Searched refs:getLatticeValue (Results 1 – 3 of 3) sorted by relevance
101 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anonf4e4c9bf0111::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()
83 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anon8a523c670111::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()
81 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anon967d13930111::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()