HomeSort by relevance Sort by last modified time
    Searched refs:Quotient_S_One (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 724 // Quotient_S_One = Quotient - 1
725 Value *Quotient_S_One = Builder.CreateSub(Quotient, One);
730 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
731 Res = Builder.CreateSelect(Num_GE_Num_S_Rem_CC, Div, Quotient_S_One);
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 504 milliseconds