Searched refs:NullC (Results 1 – 1 of 1) sorted by relevance
752 Constant *NullC = Constant::getNullValue(Op0->getType()); in getConstraintForSolving() local755 if ((Pred == CmpInst::ICMP_ULE && Op0 == NullC) || in getConstraintForSolving()756 (Pred == CmpInst::ICMP_UGE && Op1 == NullC)) { in getConstraintForSolving()