Searched refs:N1CFP (Results 1 – 4 of 4) sorted by relevance
5234 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in visitFADD() local5244 if (N0CFP && N1CFP && VT != MVT::ppcf128) in visitFADD()5247 if (N0CFP && !N1CFP) in visitFADD()5250 if (UnsafeFPMath && N1CFP && N1CFP->getValueAPF().isZero()) in visitFADD()5262 if (UnsafeFPMath && N1CFP && N0.getOpcode() == ISD::FADD && in visitFADD()5275 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in visitFSUB() local5285 if (N0CFP && N1CFP && VT != MVT::ppcf128) in visitFSUB()5288 if (UnsafeFPMath && N1CFP && N1CFP->getValueAPF().isZero()) in visitFSUB()5309 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in visitFMUL() local5319 if (N0CFP && N1CFP && VT != MVT::ppcf128) in visitFMUL()[all …]
2966 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1.getNode()); in getNode() local2968 if (N1CFP) { in getNode()2971 std::swap(N1CFP, N2CFP); in getNode()2974 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()
8302 bool N1CFP = isConstantFPBuildVectorOrConstantFP(N1); in visitFADD() local8314 if (N0CFP && N1CFP) in visitFADD()8318 if (N0CFP && !N1CFP) in visitFADD()8345 if (N1CFP && N0.getOpcode() == ISD::FADD && N0.getNode()->hasOneUse() && in visitFADD()8363 if (TLI.isOperationLegalOrCustom(ISD::FMUL, VT) && !N0CFP && !N1CFP) { in visitFADD()8450 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1); in visitFSUB() local8462 if (N0CFP && N1CFP) in visitFSUB()8473 if (N1CFP && N1CFP->isZero()) in visitFSUB()8515 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1); in visitFMUL() local8529 if (N0CFP && N1CFP) in visitFMUL()[all …]
3465 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in getNode() local3473 } else if (N1CFP && !N2CFP) { in getNode()3474 std::swap(N1CFP, N2CFP); in getNode()3784 if (N1CFP) { in getNode()3786 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()3826 APFloat V = N1CFP->getValueAPF(); // make copy in getNode()3940 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in getNode() local3943 if (N1CFP && N2CFP && N3CFP) { in getNode()3944 APFloat V1 = N1CFP->getValueAPF(); in getNode()