Home
last modified time | relevance | path

Searched refs:N2CFP (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp3640 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local
3642 if (!N2CFP && isCommutativeBinOp(Opcode)) { in getNode()
3644 std::swap(N1CFP, N2CFP); in getNode()
3646 } else if (N2CFP) { in getNode()
3647 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()
3802 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local
3804 if (N1CFP && N2CFP && N3CFP) { in getNode()
3806 const APFloat &V2 = N2CFP->getValueAPF(); in getNode()