Searched refs:isZeroValue (Results 1 – 8 of 8) sorted by relevance
70 bool isZeroValue() const;
212 if (OpC->isZeroValue())
319 if (Cst->isZeroValue()) in shouldConvert()
723 if (C->isZeroValue()) in isZero()
1339 if (CIndex->isZeroValue()) in computeKnownBits()
655 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) in storeOrigin()719 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) { in materializeOneCheck()
66 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
1847 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()