Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp34 getNotConstant() == Other.getConstant()) || in getCompare()
36 getConstant() == Other.getNotConstant())) in getCompare()
121 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
H A DLazyValueInfo.cpp1886 ICmpInst::ICMP_NE, Val.getNotConstant(), C, DL); in getPredicateResult()
1892 ICmpInst::ICMP_NE, Val.getNotConstant(), C, DL); in getPredicateResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h258 Constant *getNotConstant() const { in getNotConstant() function
344 assert(getNotConstant() == V && "Marking !constant with different value"); in markNotConstant()
447 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp400 if (Val.isNotConstant() && Val.getNotConstant()->getType()->isPointerTy() && in inferAttribute()
401 Val.getNotConstant()->isNullValue() && in inferAttribute()
1686 if (PtrState.isNotConstant() && PtrState.getNotConstant()->isNullValue()) { in visitGetElementPtrInst()