Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp159 bool Instruction::hasNoSignedZeros() const { in hasNoSignedZeros() function in Instruction
161 return cast<FPMathOperator>(this)->hasNoSignedZeros(); in hasNoSignedZeros()
DAsmWriter.cpp1012 if (FPO->hasNoSignedZeros()) in WriteOptimizationInfo()
DInstructions.cpp1846 IgnoreZeroSign = cast<Instruction>(V)->hasNoSignedZeros(); in isFNeg()
/external/llvm/include/llvm/IR/
DInstruction.h276 bool hasNoSignedZeros() const;
DOperator.h288 bool hasNoSignedZeros() const { in hasNoSignedZeros() function
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp321 !I->hasNoSignedZeros())) { in walkForwards()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp641 bool IgnoreZeroSign = I.hasNoSignedZeros(); in visitFMul()
DInstCombineAddSub.cpp1420 (I.hasNoSignedZeros() || in visitFAdd()
/external/llvm/lib/Analysis/
DValueTracking.cpp2238 if (FPO->hasNoSignedZeros()) in CannotBeNegativeZero()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp749 if (FPMO->hasNoSignedZeros()) in GetOptimizationFlags()