Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp102 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant() function in __anond3f06b990111::LVILatticeVal
112 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!"); in getNotConstant()
156 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant()
204 if (RHS.isNotConstant()) { in mergeIn()
229 if (isNotConstant()) { in mergeIn()
247 if (RHS.isNotConstant()) { in mergeIn()
278 if (Val.isNotConstant()) in operator <<()
1099 if (Result.isNotConstant()) { in getPredicateOnEdge()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp122 bool isNotConstant() const { return Tag == notconstant; } in isNotConstant() function in __anon5917926d0111::LVILatticeVal
132 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!"); in getNotConstant()
176 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant()
224 if (RHS.isNotConstant()) { in mergeIn()
242 if (isNotConstant()) { in mergeIn()
258 if (RHS.isNotConstant()) { in mergeIn()
289 if (Val.isNotConstant()) in operator <<()
1576 if (Result.isNotConstant()) { in getPredicateResult()