Searched refs:getNotConstant (Results 1 – 4 of 4) sorted by relevance
34 getNotConstant() == Other.getConstant()) || in getCompare()36 getConstant() == Other.getNotConstant())) in getCompare()121 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
1886 ICmpInst::ICMP_NE, Val.getNotConstant(), C, DL); in getPredicateResult()1892 ICmpInst::ICMP_NE, Val.getNotConstant(), C, DL); in getPredicateResult()
258 Constant *getNotConstant() const { in getNotConstant() function344 assert(getNotConstant() == V && "Marking !constant with different value"); in markNotConstant()447 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
400 if (Val.isNotConstant() && Val.getNotConstant()->getType()->isPointerTy() && in inferAttribute()401 Val.getNotConstant()->isNullValue() && in inferAttribute()1686 if (PtrState.isNotConstant() && PtrState.getNotConstant()->isNullValue()) { in visitGetElementPtrInst()