Lines Matching refs:SMIN
552 setOperationAction({ISD::Constant, ISD::SMIN, ISD::SMAX, ISD::UMIN, in SITargetLowering()
775 ISD::SRA, ISD::SMIN, ISD::UMIN, ISD::SMAX, ISD::UMAX, in SITargetLowering()
794 ISD::MUL, ISD::ABS, ISD::SMIN, ISD::SMAX, ISD::UMIN, in SITargetLowering()
906 ISD::SMIN, in SITargetLowering()
5848 case ISD::SMIN: in LowerOperation()
6733 SDValue Clamp = DAG.getNode(ISD::SMIN, DL, ExpVT, ClampMin, MaxExp); in lowerFLDEXP()
13037 case ISD::SMIN: in minMaxOpcToMin3Max3Opc()
13163 case ISD::SMIN: in supportsMin3Max3()
13215 if (Opc == ISD::SMIN && Op0.getOpcode() == ISD::SMAX && Op0.hasOneUse()) { in performMinMaxCombine()
13220 if (Opc == ISD::SMAX && Op0.getOpcode() == ISD::SMIN && Op0.hasOneUse()) { in performMinMaxCombine()
13413 case ISD::SMIN: in performExtractVectorEltCombine()
14702 case ISD::SMIN: in PerformDAGCombine()