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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp73 notconstant, enumerator in enum:__anon2397::LVILatticeVal::LatticeValueTy
83 /// the constant if this is a 'constant' or 'notconstant' value.
116 bool isNotConstant() const { return Tag == notconstant; }
126 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
173 Tag = notconstant;
289 return OS << "notconstant<" << *Val.getNotConstant() << '>';

Completed in 97 milliseconds