HomeSort by: relevance | last modified time | path
    Searched defs:notconstant (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h 58 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
98 case notconstant:
159 case notconstant:
178 case notconstant:
242 bool isNotConstant() const { return Tag == notconstant; }
262 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
337 Tag = notconstant;
ValueLattice.h 58 notconstant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
98 case notconstant:
159 case notconstant:
178 case notconstant:
242 bool isNotConstant() const { return Tag == notconstant; }
262 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
337 Tag = notconstant;

Completed in 75 milliseconds