Searched refs:N2CFP (Results 1 – 1 of 1) sorted by relevance
2278 auto *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in FoldSetCC() local2280 if (N1CFP && N2CFP) { in FoldSetCC()2281 APFloat::cmpResult R = N1CFP->getValueAPF().compare(N2CFP->getValueAPF()); in FoldSetCC()2342 } else if ((N2CFP && N2CFP->getValueAPF().isNaN()) || in FoldSetCC()5388 auto *N2CFP = dyn_cast<ConstantFPSDNode>(N2.getNode()); in foldConstantFPMath() local5389 if (N1CFP && N2CFP) { in foldConstantFPMath()5390 APFloat C1 = N1CFP->getValueAPF(), C2 = N2CFP->getValueAPF(); in foldConstantFPMath()5488 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local5495 } else if (N1CFP && !N2CFP) { in getNode()5496 std::swap(N1CFP, N2CFP); in getNode()[all …]