Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FTRUNC

1167   case ISD::FTRUNC:             return visitFTRUNC(N);
6736 // fold (ftrunc c1) -> ftrunc(c1)
6738 return DAG.getNode(ISD::FTRUNC, SDLoc(N), VT, N0);