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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5654 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
5664 if (N0CFP && N1CFP && VT != MVT::ppcf128)
5667 if (N0CFP && !N1CFP)
5670 if (DAG.getTarget().Options.UnsafeFPMath && N1CFP &&
5671 N1CFP->getValueAPF().isZero())
5685 if (DAG.getTarget().Options.UnsafeFPMath && N1CFP &&
5697 !N0CFP && !N1CFP) {
5840 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
5851 if (N0CFP && N1CFP && VT != MVT::ppcf128)
5855 N1CFP
5932 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
5997 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6069 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6123 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6137 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
[all...]
H A DSelectionDAG.cpp3048 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1.getNode()); local
3050 if (N1CFP) {
3053 std::swap(N1CFP, N2CFP);
3056 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF();
3092 APFloat V = N1CFP->getValueAPF(); // make copy

Completed in 198 milliseconds