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.h60 notconstant, enumerator
100 case notconstant: in destroy()
161 case notconstant: in ValueLatticeElement()
180 case notconstant: in ValueLatticeElement()
241 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant()
351 Tag = notconstant; in markNotConstant()