Lines Matching full:forcedconstant
64 /// forcedconstant - This LLVM Value was thought to be undef until
68 forcedconstant,
76 /// the constant if this is a 'constant' or 'forcedconstant' value.
88 return getLatticeValue() == constant || getLatticeValue() == forcedconstant;
108 if (getLatticeValue() == constant) { // Constant but not forcedconstant.
118 assert(getLatticeValue() == forcedconstant &&
120 // Stay at forcedconstant if the constant is the same.
141 Val.setInt(forcedconstant);