Lines Matching defs:isZero
74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
142 bool isZero() const { return Coeff.isZero(); }
359 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
362 if ((C1 = dyn_cast<ConstantFP>(Opnd1)) && C1->isZero())
573 if (!R.isZero()) {
826 if (NewC.isZero())
1193 if (!NewC.isZero() && !Rem->hasOneUse())
1198 if (NewC.isZero())
2590 if ((HighMask & *AndC).isZero())