Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp792 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT() local
839 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT() local
3428 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local
3437 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local
3522 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp8034 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandAddSubSat() local
8064 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(BW), dl, VT); in expandShlSat() local
8110 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local
8121 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local
8184 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); in expandFixedPointMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6664 auto SatMax = MIRBuilder.buildConstant(Ty, APInt::getSignedMaxValue(BW)); in lowerShlSat() local