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

References

include/llvm/IR/InstrTypes.h
  819     return P >= FIRST_ICMP_PREDICATE && P <= LAST_ICMP_PREDICATE;
lib/Target/AMDGPU/SIISelLowering.cpp
 4186   if (CondCode < ICmpInst::Predicate::FIRST_ICMP_PREDICATE ||
lib/Transforms/InstCombine/InstCombineCalls.cpp
 3667     if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE ||
tools/llvm-stress/llvm-stress.cpp
  658       (CmpInst::LAST_ICMP_PREDICATE - CmpInst::FIRST_ICMP_PREDICATE) +
  659        CmpInst::FIRST_ICMP_PREDICATE;