Home | History | Annotate | Download | only in InstCombine

Lines Matching full:iszero

51     bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
121 bool isZero() const { return Coeff.isZero(); }
361 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
364 if ((C1 = dyn_cast<ConstantFP>(Opnd1)) && C1->isZero())
652 if (!R.isZero()) {
1386 if (C->isZero()) {
1413 if (C->isZero() && match(Op1, m_ZExt(m_Value(X))))
1418 if (C->isZero() && match(Op1, m_SExt(m_Value(X))))