Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_SINT

2251 /// legal for the target, and that there is a legal FP_TO_UINT or FP_TO_SINT
2267 if (TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NewOutTy)) {
2268 OpToUse = ISD::FP_TO_SINT;
2719 True = DAG.getNode(ISD::FP_TO_SINT, dl, NVT, Node->getOperand(0));
2720 False = DAG.getNode(ISD::FP_TO_SINT, dl, NVT,
3530 case ISD::FP_TO_SINT:
3532 Node->getOpcode() == ISD::FP_TO_SINT, dl);