Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FFLOOR

1146   case ISD::FFLOOR:             return visitFFLOOR(N);
6500 // fold (ffloor c1) -> ffloor(c1)
6502 return DAG.getNode(ISD::FFLOOR, N->getDebugLoc(), VT, N0);