Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FGETSIGN

543     setOperationAction(ISD::FGETSIGN, (MVT::SimpleValueType)VT, Expand);
1804 // thing demanded, turn this into a FGETSIGN.
1810 bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, Op.getValueType());
1811 bool i32Legal = isOperationLegalOrCustom(ISD::FGETSIGN, MVT::i32);
1814 // Make a FGETSIGN + SHL to move the sign bit into the appropriate
1816 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Op.getOperand(0));