Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DValueLattice.h261 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/
DValueLattice.h153 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/
DValueLattice.cpp19 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
DLazyValueInfo.cpp1822 Val.getNotConstant(), C, DL, in getPredicateResult()
1829 Val.getNotConstant(), C, DL, in getPredicateResult()
/external/llvm-project/llvm/lib/Analysis/
DValueLattice.cpp21 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
DLazyValueInfo.cpp1714 Val.getNotConstant(), C, DL, in getPredicateResult()
1721 Val.getNotConstant(), C, DL, in getPredicateResult()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp131 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()