Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FFLOOR

1257   case ISD::FFLOOR:             return visitFFLOOR(N);
7311 // fold (ffloor c1) -> ffloor(c1)
7313 return DAG.getNode(ISD::FFLOOR, SDLoc(N), VT, N0);