Searched refs:getNotConstant (Results 1 – 3 of 3) sorted by relevance
33 getNotConstant() == Other.getConstant()) || in getCompare()35 getConstant() == Other.getNotConstant())) in getCompare()64 return OS << "notconstant<" << *Val.getNotConstant() << ">"; in operator <<()
1812 ICmpInst::ICMP_NE, Val.getNotConstant(), C, DL); in getPredicateResult()1818 ICmpInst::ICMP_NE, Val.getNotConstant(), C, DL); in getPredicateResult()
260 Constant *getNotConstant() const { in getNotConstant() function346 assert(getNotConstant() == V && "Marking !constant with different value"); in markNotConstant()449 if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())