Searched refs:notconstant (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp62 /// notconstant - This Value is known to not have the specified value.
63 notconstant, enumerator in enum:__anon6568::LVILatticeVal::LatticeValueTy
74 /// the constant if this is a 'constant' or 'notconstant' value.
102 bool isNotConstant() const { return Tag == notconstant; }
112 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
159 Tag = notconstant;
279 return OS << "notconstant<" << *Val.getNotConstant() << '>';

Completed in 35 milliseconds