Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueLattice.cpp21 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
DLazyValueInfo.cpp1706 Val.getNotConstant(), C, DL, in getPredicateResult()
1713 Val.getNotConstant(), C, DL, in getPredicateResult()