Home
last modified time | relevance | path

Searched refs:cannotBeOrderedNegativeFP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2308 LLVM_ABI bool cannotBeOrderedNegativeFP(SDValue Op) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6065 bool SelectionDAG::cannotBeOrderedNegativeFP(SDValue Op) const { in cannotBeOrderedNegativeFP() function in SelectionDAG
H A DDAGCombiner.cpp18488 !Flags.hasNoSignedZeros() && !DAG.cannotBeOrderedNegativeFP(N0); in visitFREM()