Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2375 auto *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in FoldSetCC() local
2377 if (N1CFP && N2CFP) { in FoldSetCC()
2378 APFloat::cmpResult R = N1CFP->getValueAPF().compare(N2CFP->getValueAPF()); in FoldSetCC()
2439 } else if ((N2CFP && N2CFP->getValueAPF().isNaN()) || in FoldSetCC()
5776 ConstantFPSDNode *N2CFP = isConstOrConstSplatFP(N2, /*AllowUndefs*/ false); in foldConstantFPMath() local
5777 if (N1CFP && N2CFP) { in foldConstantFPMath()
5779 const APFloat &C2 = N2CFP->getValueAPF(); in foldConstantFPMath()
6402 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local
6404 if (N1CFP && N2CFP && N3CFP) { in getNode()
6406 const APFloat &V2 = N2CFP->getValueAPF(); in getNode()