Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp33 getNotConstant() == Other.getConstant()) || in getCompare()
35 getConstant() == Other.getNotConstant())) in getCompare()
64 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
H A DLazyValueInfo.cpp1812 ICmpInst::ICMP_NE, Val.getNotConstant(), C, DL); in getPredicateResult()
1818 ICmpInst::ICMP_NE, Val.getNotConstant(), C, DL); in getPredicateResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h260 Constant *getNotConstant() const { in getNotConstant() function
346 assert(getNotConstant() == V && "Marking !constant with different value"); in markNotConstant()
449 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())