Searched defs:SatMax (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 969 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); PromoteIntRes_ADDSUBSHLSAT() local 1016 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); PromoteIntRes_ADDSUBSHLSAT() local 4115 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); ExpandIntRes_MULFIX() local 4127 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); ExpandIntRes_MULFIX() local 4211 SDValue SatMax, SatMin; ExpandIntRes_MULFIX() local [all...] |
H A D | TargetLowering.cpp | 10091 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); expandAddSubSat() local 10141 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(BW), dl, VT); expandShlSat() local 10187 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); expandFixedPointMul() local 10201 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); expandFixedPointMul() local 10264 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); expandFixedPointMul() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7644 auto SatMax = MIRBuilder.buildConstant(Ty, APInt::getSignedMaxValue(BW)); lowerShlSat() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 27971 SDValue SatMax = DAG.getConstant(MaxVal, DL, VT); LowerADDSAT_SUBSAT() local [all...] |