Lines Matching defs:N1CFP
2593 auto *N1CFP = dyn_cast<ConstantFPSDNode>(N1);
2596 if (N1CFP && N2CFP) {
2597 APFloat::cmpResult R = N1CFP->getValueAPF().compare(N2CFP->getValueAPF());
2652 } else if (N1CFP && OpVT.isSimple() && !N2.isUndef()) {
6769 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, /*AllowUndefs*/ false);
6771 if (N1CFP && N2CFP) {
6772 APFloat C1 = N1CFP->getValueAPF(); // make copy
6804 if (N1CFP && Opcode == ISD::FP_ROUND) {
6805 APFloat C1 = N1CFP->getValueAPF(); // make copy
6882 SDNode *N1CFP = isConstantFPBuildVectorOrConstantFP(N1);
6884 if ((N1C && !N2C) || (N1CFP && !N2CFP))
7429 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1);
7432 if (N1CFP && N2CFP && N3CFP) {
7433 APFloat V1 = N1CFP->getValueAPF();