Searched refs:getLatticeValue (Results 1 – 1 of 1) sorted by relevance
80 LatticeValueTy getLatticeValue() const { in getLatticeValue() function in __anon10360b9e0111::LatticeVal87 bool isUndefined() const { return getLatticeValue() == undefined; } in isUndefined()89 return getLatticeValue() == constant || getLatticeValue() == forcedconstant; in isConstant()91 bool isOverdefined() const { return getLatticeValue() == overdefined; } in isOverdefined()109 if (getLatticeValue() == constant) { // Constant but not forcedconstant. in markConstant()119 assert(getLatticeValue() == forcedconstant && in markConstant()