Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp47 bool TargetOptions::HonorSignDependentRoundingFPMath() const { in HonorSignDependentRoundingFPMath() function in TargetOptions
/external/llvm/include/llvm/Target/
DTargetOptions.h154 bool HonorSignDependentRoundingFPMath() const;
DTarget.td526 : Predicate<"!TM.Options.HonorSignDependentRoundingFPMath()">;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp612 if (Options->HonorSignDependentRoundingFPMath()) return 0; in isNegatibleForFree()
682 assert(!Options.HonorSignDependentRoundingFPMath()); in GetNegatedExpression()