Searched refs:N2CFP (Results 1 – 3 of 3) sorted by relevance
3466 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local3473 } else if (N1CFP && !N2CFP) { in getNode()3474 std::swap(N1CFP, N2CFP); in getNode()3542 if (N2CFP && N2CFP->getValueAPF().isZero()) in getNode()3546 if (N2CFP && N2CFP->getValueAPF().isZero()) in getNode()3550 if (N2CFP && N2CFP->isZero()) in getNode()3553 if (N2CFP && N2CFP->isExactlyValue(1.0)) in getNode()3785 if (N2CFP) { in getNode()3786 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()3941 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local[all …]
4416 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local4423 } else if (N1CFP && !N2CFP) { in getNode()4424 std::swap(N1CFP, N2CFP); in getNode()4745 if (N2CFP) { in getNode()4746 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()4897 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local4899 if (N1CFP && N2CFP && N3CFP) { in getNode()4901 const APFloat &V2 = N2CFP->getValueAPF(); in getNode()
2967 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2.getNode()); in getNode() local2969 if (!N2CFP && isCommutativeBinOp(Opcode)) { in getNode()2971 std::swap(N1CFP, N2CFP); in getNode()2973 } else if (N2CFP && VT != MVT::ppcf128) { in getNode()2974 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()