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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3352 ConstantFPSDNode *N3CFP = dyn_cast<ConstantFPSDNode>(N3); local
3353 if (N1CFP && N2CFP && N3CFP) {
3356 const APFloat &V3 = N3CFP->getValueAPF();

Completed in 118 milliseconds