Searched refs:getNotConstant (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 154 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/ |
D | LazyValueInfo.cpp | 111 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/ |
D | ValueLattice.cpp | 20 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
|
D | LazyValueInfo.cpp | 1671 Val.getNotConstant(), C, DL, in getPredicateResult() 1678 Val.getNotConstant(), C, DL, in getPredicateResult()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 131 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()
|