Home
last modified time | relevance | path

Searched refs:Quotient_A_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.cpp852 Value *Quotient_A_One = Builder.CreateAdd(Quotient, One); in expandDivRem32() local
858 Value *Div = Builder.CreateSelect(Tmp1_0_CC, Quotient, Quotient_A_One); in expandDivRem32()
DAMDGPUISelLowering.cpp1926 SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient, in LowerUDIVREM() local
1935 Quotient, Quotient_A_One, ISD::SETEQ); in LowerUDIVREM()