Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3942 ConstantFPSDNode *N3CFP = dyn_cast<ConstantFPSDNode>(N3); in getNode() local
3943 if (N1CFP && N2CFP && N3CFP) { in getNode()
3946 const APFloat &V3 = N3CFP->getValueAPF(); in getNode()