Searched refs:hasNoSignedZeros (Results 1 – 10 of 10) sorted by relevance
159 bool Instruction::hasNoSignedZeros() const { in hasNoSignedZeros() function in Instruction161 return cast<FPMathOperator>(this)->hasNoSignedZeros(); in hasNoSignedZeros()
1012 if (FPO->hasNoSignedZeros()) in WriteOptimizationInfo()
1846 IgnoreZeroSign = cast<Instruction>(V)->hasNoSignedZeros(); in isFNeg()
276 bool hasNoSignedZeros() const;
288 bool hasNoSignedZeros() const { in hasNoSignedZeros() function
321 !I->hasNoSignedZeros())) { in walkForwards()
641 bool IgnoreZeroSign = I.hasNoSignedZeros(); in visitFMul()
1420 (I.hasNoSignedZeros() || in visitFAdd()
2238 if (FPO->hasNoSignedZeros()) in CannotBeNegativeZero()
749 if (FPMO->hasNoSignedZeros()) in GetOptimizationFlags()