Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2147 bool cannotBeOrderedNegativeFP(SDValue Op) const;
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5668 bool SelectionDAG::cannotBeOrderedNegativeFP(SDValue Op) const { in cannotBeOrderedNegativeFP() function in SelectionDAG
H A DDAGCombiner.cpp17488 !Flags.hasNoSignedZeros() && !DAG.cannotBeOrderedNegativeFP(N0); in visitFREM()