Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9969 bool HasNan = (XC && XC->getValueAPF().isNaN()) || in simplifyFPBinop() local
9974 if (Flags.hasNoNaNs() && (HasNan || X.isUndef() || Y.isUndef())) in simplifyFPBinop()