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

References

lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  743   assert(Opc == Instruction::URem || Opc == Instruction::UDiv ||
  743   assert(Opc == Instruction::URem || Opc == Instruction::UDiv ||
  744          Opc == Instruction::SRem || Opc == Instruction::SDiv);
  744          Opc == Instruction::SRem || Opc == Instruction::SDiv);
  753   bool IsDiv = Opc == Instruction::UDiv || Opc == Instruction::SDiv;
  753   bool IsDiv = Opc == Instruction::UDiv || Opc == Instruction::SDiv;
  754   bool IsSigned = Opc == Instruction::SRem || Opc == Instruction::SDiv;
  754   bool IsSigned = Opc == Instruction::SRem || Opc == Instruction::SDiv;