Searched defs:SatMax (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 1110 SDValue SatMax = DAG.getConstant(MaxVal, dl, NVT); in PromoteIntRes_ADDSUBSHLSAT() local 1161 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT() local 4495 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 4507 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 4597 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
|
| H A D | TargetLowering.cpp | 10911 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandAddSubSat() local 10996 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(BW), dl, VT); in expandShlSat() local 11165 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 11179 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 11256 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); in expandFixedPointMul() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 9055 auto SatMax = MIRBuilder.buildConstant(Ty, APInt::getSignedMaxValue(BW)); in lowerShlSat() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 29216 SDValue SatMax = DAG.getConstant(MaxVal, DL, VT); in LowerADDSAT_SUBSAT() local
|