HomeSort by relevance Sort by last modified time
    Searched full:notconstant (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 67 /// notconstant - This Value is known to not have the specified value.
68 notconstant, enumerator in enum:__anon8851::LVILatticeVal::LatticeValueTy
79 /// the constant if this is a 'constant' or 'notconstant' value.
107 bool isNotConstant() const { return Tag == notconstant; }
117 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
164 Tag = notconstant;
284 return OS << "notconstant<" << *Val.getNotConstant() << '>';
    [all...]

Completed in 128 milliseconds