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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5842 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
5852 if (N0CFP && N1CFP)
5855 if (N0CFP && !N1CFP)
5858 if (DAG.getTarget().Options.UnsafeFPMath && N1CFP &&
5859 N1CFP->getValueAPF().isZero())
5873 if (DAG.getTarget().Options.UnsafeFPMath && N1CFP &&
5908 !N0CFP && !N1CFP) {
6059 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6070 if (N0CFP && N1CFP)
6074 N1CFP
6151 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6216 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6294 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6348 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6362 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
[all...]
H A DSelectionDAG.cpp3106 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1.getNode()); local
3108 if (N1CFP) {
3111 std::swap(N1CFP, N2CFP);
3114 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF();
3150 APFloat V = N1CFP->getValueAPF(); // make copy

Completed in 138 milliseconds