Searched refs:lowerFP_TO_SINT (Results 1 – 2 of 2) sorted by relevance
452 SDValue lowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const;
918 case ISD::FP_TO_SINT: return lowerFP_TO_SINT(Op, DAG); in LowerOperation()2423 SDValue MipsTargetLowering::lowerFP_TO_SINT(SDValue Op, in lowerFP_TO_SINT() function in MipsTargetLowering