Lines Matching refs:getLatticeValue
83 LatticeValueTy getLatticeValue() const {
90 bool isUnknown() const { return getLatticeValue() == unknown; }
92 return getLatticeValue() == constant || getLatticeValue() == forcedconstant;
94 bool isOverdefined() const { return getLatticeValue() == overdefined; }
112 if (getLatticeValue() == constant) { // Constant but not forcedconstant.
122 assert(getLatticeValue() == forcedconstant &&