Home | History | Annotate | Download | only in Analysis

Lines Matching refs:notconstant

79     notconstant,
89 /// the constant if this is a 'constant' or 'notconstant' value.
122 bool isNotConstant() const { return Tag == notconstant; }
132 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
179 Tag = notconstant;
290 return OS << "notconstant<" << *Val.getNotConstant() << '>';