Home
last modified time | relevance | path

Searched refs:PropagatesNaN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp396 bool PropagatesNaN = VID == Intrinsic::vp_reduce_fminimum || in getNeutralReductionElement() local
400 return (!Flags.noNaNs() && !PropagatesNaN) in getNeutralReductionElement()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18111 bool PropagatesNaN = Opc == ISD::FMINIMUM || Opc == ISD::FMAXIMUM; in visitFMinMax() local
18132 return PropagatesNaN ? N->getOperand(1) : N->getOperand(0); in visitFMinMax()
18141 if (IsMin == AF.isNegative() && (!PropagatesNaN || Flags.hasNoNaNs())) in visitFMinMax()
18148 if (IsMin != AF.isNegative() && (PropagatesNaN || Flags.hasNoNaNs())) in visitFMinMax()
18154 PropagatesNaN in visitFMinMax()