Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_SINT

1139   case ISD::FP_TO_SINT:         return visitFP_TO_SINT(N);
5929 // fold (fp_to_sint c1fp) -> c1
5931 return DAG.getNode(ISD::FP_TO_SINT, N->getDebugLoc(), VT, N0);