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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 721 // Quotient_A_One = Quotient + 1
722 Value *Quotient_A_One = Builder.CreateAdd(Quotient, One);
727 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
728 Value *Div = Builder.CreateSelect(Tmp1_0_CC, Quotient, Quotient_A_One);
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 693 milliseconds