Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp752 Constant *NullC = Constant::getNullValue(Op0->getType()); in getConstraintForSolving() local
755 if ((Pred == CmpInst::ICMP_ULE && Op0 == NullC) || in getConstraintForSolving()
756 (Pred == CmpInst::ICMP_UGE && Op1 == NullC)) { in getConstraintForSolving()