Searched refs:N2CFP (Results 1 – 2 of 2) sorted by relevance
2553 auto *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in FoldSetCC() local2555 if (N1CFP && N2CFP) { in FoldSetCC()2556 APFloat::cmpResult R = N1CFP->getValueAPF().compare(N2CFP->getValueAPF()); in FoldSetCC()2617 } else if ((N2CFP && N2CFP->getValueAPF().isNaN()) || in FoldSetCC()6442 if (N1CFP && N2CFP) { in foldConstantFPMath()6444 const APFloat &C2 = N2CFP->getValueAPF(); in foldConstantFPMath()6553 SDNode *N2CFP = isConstantFPBuildVectorOrConstantFP(N2); in canonicalizeCommutativeBinop() local6554 if ((N1C && !N2C) || (N1CFP && !N2CFP)) in canonicalizeCommutativeBinop()7081 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local7083 if (N1CFP && N2CFP && N3CFP) { in getNode()[all …]
5209 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in PerformDAGCombine() local5210 if (N0CFP && N1CFP && N2CFP) { in PerformDAGCombine()5221 APFloat V2 = FTZ(N2CFP->getValueAPF()); in PerformDAGCombine()