Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7785 bool HasInf = (XC && XC->getValueAPF().isInfinity()) || in simplifyFPBinop() local
7791 if (Flags.hasNoInfs() && (HasInf || X.isUndef() || Y.isUndef())) in simplifyFPBinop()