Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h58 notconstant, enumerator
98 case notconstant: in destroy()
159 case notconstant: in ValueLatticeElement()
178 case notconstant: in ValueLatticeElement()
239 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant()
349 Tag = notconstant; in markNotConstant()