Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_TO_SINT

272   case ISD::FP_TO_SINT:
351 case ISD::FP_TO_SINT:
353 return PromoteFP_TO_INT(Op, Op->getOpcode() == ISD::FP_TO_SINT);
424 if (TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NewVT)) {
425 NewOpc = ISD::FP_TO_SINT;