Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FTRUNC

1369   case ISD::FTRUNC:             return visitFTRUNC(N);
8217 // fold (ftrunc c1) -> ftrunc(c1)
8219 return DAG.getNode(ISD::FTRUNC, SDLoc(N), VT, N0);