Searched defs:SatMax (Results 1 – 2 of 2) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeIntegerTypes.cpp | 727 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSAT() local 737 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSAT() local 3048 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 3057 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 3142 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
|
| D | TargetLowering.cpp | 7165 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandAddSubSat() local 7207 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 7218 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 7281 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); in expandFixedPointMul() local
|