reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  897   if ((Opc == Instruction::URem || Opc == Instruction::UDiv ||
  897   if ((Opc == Instruction::URem || Opc == Instruction::UDiv ||
  898        Opc == Instruction::SRem || Opc == Instruction::SDiv) &&
  898        Opc == Instruction::SRem || Opc == Instruction::SDiv) &&
  913           NewElt = Builder.CreateBinOp(Opc, NumEltN, DenEltN);