Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueLattice.h43 notconstant, enumerator
73 case notconstant: in ~ValueLatticeElement()
109 case notconstant:
145 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant()
215 Tag = notconstant; in markNotConstant()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp63 notconstant, enumerator
102 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant()
159 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()