Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9971 bool HasInf = (XC && XC->getValueAPF().isInfinity()) || in simplifyFPBinop() local
9977 if (Flags.hasNoInfs() && (HasInf || X.isUndef() || Y.isUndef())) in simplifyFPBinop()