Searched refs:hasNoSignedZeros (Results 1 – 9 of 9) sorted by relevance
161 bool Instruction::hasNoSignedZeros() const { in hasNoSignedZeros() function in Instruction163 return cast<FPMathOperator>(this)->hasNoSignedZeros(); in hasNoSignedZeros()
741 if (FPO->hasNoSignedZeros()) in WriteOptimizationInfo()
1939 IgnoreZeroSign = cast<Instruction>(V)->hasNoSignedZeros(); in isFNeg()
220 bool hasNoSignedZeros() const;
282 bool hasNoSignedZeros() const { in hasNoSignedZeros() function
507 bool IgnoreZeroSign = I.hasNoSignedZeros(); in visitFMul()560 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) { in visitFMul()574 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) { in visitFMul()
1264 (I.hasNoSignedZeros() || in visitFAdd()
1428 if (FPO->hasNoSignedZeros()) in CannotBeNegativeZero()
688 if (FPMO->hasNoSignedZeros()) in GetOptimizationFlags()