Home
last modified time | relevance | path

Searched refs:hasNoSignedZeros (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/IR/
DInstruction.cpp161 bool Instruction::hasNoSignedZeros() const { in hasNoSignedZeros() function in Instruction
163 return cast<FPMathOperator>(this)->hasNoSignedZeros(); in hasNoSignedZeros()
DAsmWriter.cpp741 if (FPO->hasNoSignedZeros()) in WriteOptimizationInfo()
DInstructions.cpp1939 IgnoreZeroSign = cast<Instruction>(V)->hasNoSignedZeros(); in isFNeg()
/external/llvm/include/llvm/IR/
DInstruction.h220 bool hasNoSignedZeros() const;
DOperator.h282 bool hasNoSignedZeros() const { in hasNoSignedZeros() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp507 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()
DInstCombineAddSub.cpp1264 (I.hasNoSignedZeros() || in visitFAdd()
/external/llvm/lib/Analysis/
DValueTracking.cpp1428 if (FPO->hasNoSignedZeros()) in CannotBeNegativeZero()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp688 if (FPMO->hasNoSignedZeros()) in GetOptimizationFlags()