Searched refs:isZeroValue (Results 1 – 14 of 14) sorted by relevance
66 bool isZeroValue() const;
68 bool isZeroValue() const;
208 if (OpC->isZeroValue())
327 if (Cst->isZeroValue()) in shouldConvertImpl()
118 } else if (C->isZeroValue()) { in processPHI()
1369 if (Op1LV.isConstant() && Op1LV.getConstant()->isZeroValue()) in ResolvedUndefsIn()
1596 bool flag = !imm8->isZeroValue(); in VEXTRACTI128()1613 bool flag = !imm8->isZeroValue(); in VINSERTI128()
527 if (C->isZeroValue()) in isZero()
1171 if (CIndex->isZeroValue()) in computeKnownBitsFromOperator()1854 return isa<ConstantInt>(V) && !cast<ConstantInt>(V)->isZeroValue(); in isKnownNonZero()
6277 if (Result->isZeroValue()) { in computeShiftCompareExitLimit()
626 if (!ConstVA->isZeroValue()) in GetAnyNonZeroConstInt()
724 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) in storeOrigin()788 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) { in materializeOneCheck()
70 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
2247 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()