Home
last modified time | relevance | path

Searched defs:SatMax (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1110 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 DTargetLowering.cpp10911 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 DLegalizerHelper.cpp9055 auto SatMax = MIRBuilder.buildConstant(Ty, APInt::getSignedMaxValue(BW)); in lowerShlSat() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29216 SDValue SatMax = DAG.getConstant(MaxVal, DL, VT); in LowerADDSAT_SUBSAT() local