Home
last modified time | relevance | path

Searched defs:isNotConstant (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h144 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant() function
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp122 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant() function in __anonb631c5f30111::LVILatticeVal