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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5978 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
5988 if (N0CFP && N1CFP)
5991 if (N0CFP && !N1CFP)
5994 if (DAG.getTarget().Options.UnsafeFPMath && N1CFP &&
5995 N1CFP->getValueAPF().isZero())
6009 if (DAG.getTarget().Options.UnsafeFPMath && N1CFP &&
6042 !N0CFP && !N1CFP) {
6188 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6199 if (N0CFP && N1CFP)
6203 N1CFP
6279 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6344 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6418 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6472 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
6486 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
[all...]
H A DSelectionDAG.cpp3189 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1.getNode()); local
3191 if (N1CFP) {
3194 std::swap(N1CFP, N2CFP);
3197 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF();
3233 APFloat V = N1CFP->getValueAPF(); // make copy
3350 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
3353 if (N1CFP && N2CFP && N3CFP) {
3354 APFloat V1 = N1CFP->getValueAPF();

Completed in 89 milliseconds