Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1276 bool PropagatesNaN = RdxID == Intrinsic::vector_reduce_fminimum || in getReductionIdentity() local
1279 return (!Flags.noNaNs() && !PropagatesNaN) in getReductionIdentity()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19113 bool PropagatesNaN = Opc == ISD::FMINIMUM || Opc == ISD::FMAXIMUM; in visitFMinMax() local
19134 return PropagatesNaN ? N->getOperand(1) : N->getOperand(0); in visitFMinMax()
19143 if (IsMin == AF.isNegative() && (!PropagatesNaN || Flags.hasNoNaNs())) in visitFMinMax()
19150 if (IsMin != AF.isNegative() && (PropagatesNaN || Flags.hasNoNaNs())) in visitFMinMax()
19156 PropagatesNaN in visitFMinMax()