Searched defs:SatMax (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeIntegerTypes.cpp | 739 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSAT() local 749 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSAT() local 3060 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 3069 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 3154 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
|
| HD | TargetLowering.cpp | 7169 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandAddSubSat() local 7211 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 7222 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 7285 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); in expandFixedPointMul() local
|