Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h42 notconstant, enumerator
72 case notconstant: in ~ValueLatticeElement()
108 case notconstant:
144 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant()
214 Tag = notconstant; in markNotConstant()
/external/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()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp79 notconstant, enumerator
122 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant()
179 Tag = notconstant; in markNotConstant()