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