Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isZero

159       if (TogetherCI && !TogetherCI->isZero()){
431 bool icmp_abit = (ACst != 0 && !ACst->isZero() &&
433 bool icmp_bbit = (BCst != 0 && !BCst->isZero() &&
436 if (CCst != 0 && CCst->isZero()) {
499 if (C->isZero()) {
689 if (!MCst->isZero())
737 if (LHSCC == ICmpInst::ICMP_EQ && LHSCst->isZero()) {
1488 if (LHSCC == ICmpInst::ICMP_EQ && LHSCst && LHSCst->isZero()) {
1497 else if (RHSCC == ICmpInst::ICMP_EQ && RHSCst && RHSCst->isZero()) {
1515 if (LHSCC == ICmpInst::ICMP_NE && LHSCst->isZero()) {