Home
last modified time | relevance | path

Searched refs:HonorSignDependentRoundingFPMath (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp44 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h137 bool HonorSignDependentRoundingFPMath() const;
H A DTarget.td495 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp535 if (Options->HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()
602 assert(!Options.HonorSignDependentRoundingFPMath()); in GetNegatedExpression()