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

References

lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  264     Pred = CmpInst::ICMP_SGT;
  267     Pred = CmpInst::ICMP_SLT;
  270     Pred = CmpInst::ICMP_UGT;
  273     Pred = CmpInst::ICMP_ULT;
  276   Value *Cond = B.CreateICmp(Pred, LHS, RHS);