Searched defs:SatMin (Results 1 – 5 of 5) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeIntegerTypes.cpp | 736 SDValue SatMin = DAG.getConstant(MinVal, dl, PromotedType); in PromoteIntRes_ADDSUBSAT() local 3047 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in ExpandIntRes_MULFIX() local 3142 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
|
| D | TargetLowering.cpp | 7164 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in expandAddSubSat() local 7206 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in expandFixedPointMul() local 7280 SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(VTSize), dl, VT); in expandFixedPointMul() local
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeIntegerTypes.cpp | 804 SDValue SatMin = DAG.getConstant(MinVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT() local 3379 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in ExpandIntRes_MULFIX() local 3474 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
|
| D | TargetLowering.cpp | 7614 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in expandAddSubSat() local 7645 SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(BW), dl, VT); in expandShlSat() local 7691 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in expandFixedPointMul() local 7765 SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(VTSize), dl, VT); in expandFixedPointMul() local
|
| /external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 6068 auto SatMin = MIRBuilder.buildConstant(Ty, APInt::getSignedMinValue(BW)); in lowerShlSat() local
|