Lines Matching defs:N1CFP
2879 auto *N1CFP = dyn_cast<ConstantFPSDNode>(N1);
2882 if (N1CFP && N2CFP) {
2883 APFloat::cmpResult R = N1CFP->getValueAPF().compare(N2CFP->getValueAPF());
2938 } else if (N1CFP && OpVT.isSimple() && !N2.isUndef()) {
7109 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, /*AllowUndefs*/ false);
7111 if (N1CFP && N2CFP) {
7112 APFloat C1 = N1CFP->getValueAPF(); // make copy
7148 if (N1CFP && Opcode == ISD::FP_ROUND) {
7149 APFloat C1 = N1CFP->getValueAPF(); // make copy
7226 bool N1CFP = isConstantFPBuildVectorOrConstantFP(N1);
7228 if ((N1C && !N2C) || (N1CFP && !N2CFP))
7739 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1);
7742 if (N1CFP && N2CFP && N3CFP) {
7743 APFloat V1 = N1CFP->getValueAPF();