Home
last modified time | relevance | path

Searched refs:DivBits (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp653 unsigned DivBits = 32 - SignBits; in expandDivRem24() local
655 ++DivBits; in expandDivRem24()
730 Res = Builder.CreateTrunc(Res, Builder.getIntNTy(DivBits)); in expandDivRem24()
733 ConstantInt *TruncMask = Builder.getInt32((UINT64_C(1) << DivBits) - 1); in expandDivRem24()
DAMDGPUISelLowering.cpp1545 unsigned DivBits = BitSize - SignBits; in LowerDIVREM24() local
1547 ++DivBits; in LowerDIVREM24()
1623 = DAG.getValueType(EVT::getIntegerVT(*DAG.getContext(), DivBits)); in LowerDIVREM24()
1627 SDValue TruncMask = DAG.getConstant((UINT64_C(1) << DivBits) - 1, DL, VT); in LowerDIVREM24()