Home
last modified time | relevance | path

Searched refs:Quotient_S_One (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.cpp855 Value *Quotient_S_One = Builder.CreateSub(Quotient, One); in expandDivRem32() local
861 Res = Builder.CreateSelect(Num_GE_Num_S_Rem_CC, Div, Quotient_S_One); in expandDivRem32()
DAMDGPUISelLowering.cpp1930 SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient, in LowerUDIVREM() local
1939 Quotient_S_One, Div, ISD::SETEQ); in LowerUDIVREM()