Home
last modified time | relevance | path

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

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