Searched refs:N1CFP (Results 1 – 2 of 2) sorted by relevance
7193 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in visitFADD() local7203 if (N0CFP && N1CFP) in visitFADD()7207 if (N0CFP && !N1CFP) in visitFADD()7229 if (N1CFP && N1CFP->getValueAPF().isZero()) in visitFADD()7233 if (N1CFP && N0.getOpcode() == ISD::FADD && N0.getNode()->hasOneUse() && in visitFADD()7250 if (TLI.isOperationLegalOrCustom(ISD::FMUL, VT) && !N0CFP && !N1CFP) { in visitFADD()7385 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1); in visitFSUB() local7396 if (N0CFP && N1CFP) in visitFSUB()7407 if (N1CFP && N1CFP->getValueAPF().isZero()) in visitFSUB()7535 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1); in visitFMUL() local[all …]
3487 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1.getNode()); in getNode() local3489 if (N1CFP) { in getNode()3492 std::swap(N1CFP, N2CFP); in getNode()3495 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()3535 APFloat V = N1CFP->getValueAPF(); // make copy in getNode()3651 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in getNode() local3654 if (N1CFP && N2CFP && N3CFP) { in getNode()3655 APFloat V1 = N1CFP->getValueAPF(); in getNode()