Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueLattice.h154 Constant *getNotConstant() const { in getNotConstant() function
212 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant()
262 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant()) in mergeIn()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp111 Constant *getNotConstant() const { in getNotConstant() function in __anonba15b7e30111::LVILatticeVal
156 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant()
214 RHS.getNotConstant()))) in mergeIn()
216 return markNotConstant(RHS.getNotConstant()); in mergeIn()
239 getNotConstant(), in mergeIn()
279 return OS << "notconstant<" << *Val.getNotConstant() << '>'; in operator <<()
1105 Result.getNotConstant(), C, TD); in getPredicateOnEdge()
1111 Result.getNotConstant(), C, TD); in getPredicateOnEdge()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueLattice.cpp20 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
DLazyValueInfo.cpp1671 Val.getNotConstant(), C, DL, in getPredicateResult()
1678 Val.getNotConstant(), C, DL, in getPredicateResult()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp131 Constant *getNotConstant() const { in getNotConstant() function in __anonadeae0b70111::LVILatticeVal
176 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant()
232 CmpInst::ICMP_NE, getConstant(), RHS.getNotConstant(), DL))) in mergeIn()
234 return markNotConstant(RHS.getNotConstant()); in mergeIn()
251 CmpInst::ICMP_NE, getNotConstant(), RHS.getConstant(), DL))) in mergeIn()
290 return OS << "notconstant<" << *Val.getNotConstant() << '>'; in operator <<()
1582 Result.getNotConstant(), C, DL, in getPredicateResult()
1589 Result.getNotConstant(), C, DL, in getPredicateResult()