Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FFLOOR

1165   case ISD::FFLOOR:             return visitFFLOOR(N);
6748 // fold (ffloor c1) -> ffloor(c1)
6750 return DAG.getNode(ISD::FFLOOR, SDLoc(N), VT, N0);