Searched refs:getNotConstant (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 261 Constant *getNotConstant() const { in getNotConstant() function 332 assert(getNotConstant() == V && "Marking !constant with different value"); in markNotConstant() 423 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant()) 463 getNotConstant() == Other.getConstant()) || in getCompare() 465 getConstant() == Other.getNotConstant())) in getCompare()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 153 Constant *getNotConstant() const { in getNotConstant() function 211 assert((!isNotConstant() || getNotConstant() == V) && in markNotConstant() 261 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant()) in mergeIn()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueLattice.cpp | 19 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
|
D | LazyValueInfo.cpp | 1822 Val.getNotConstant(), C, DL, in getPredicateResult() 1829 Val.getNotConstant(), C, DL, in getPredicateResult()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ValueLattice.cpp | 21 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
|
D | LazyValueInfo.cpp | 1714 Val.getNotConstant(), C, DL, in getPredicateResult() 1721 Val.getNotConstant(), C, DL, in getPredicateResult()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 131 Constant *getNotConstant() const { in getNotConstant() function in __anonb20e53550111::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()
|