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

Declarations

include/llvm/IR/InstrTypes.h
  939   static bool isUnsigned(Predicate predicate);

References

include/llvm/IR/InstrTypes.h
  909     return isUnsigned(getPredicate());
lib/Analysis/InstructionSimplify.cpp
 1390         ICmpInst::isUnsigned(UnsignedPred)) {
 1438       ICmpInst::isUnsigned(UnsignedPred))
 1442            ICmpInst::isUnsigned(UnsignedPred))
 2681           (CmpInst::isUnsigned(Pred) &&
 2691           (CmpInst::isUnsigned(Pred) &&
 2791   if (!CmpInst::isUnsigned(Pred) && match(LHS, m_Neg(m_ZExt(m_Value())))) {
lib/Analysis/ScalarEvolution.cpp
 9774   if (CmpInst::isUnsigned(FoundPred) &&
lib/IR/Instructions.cpp
 3697   assert(CmpInst::isUnsigned(pred) && "Call only with signed predicates!");
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1112       !ICmpInst::isUnsigned(UnsignedPred))
lib/Transforms/InstCombine/InstCombineCompares.cpp
 3694         (CmpInst::isUnsigned(Pred) && BO0->hasNoUnsignedWrap()) ||
 3699         (CmpInst::isUnsigned(Pred) && BO1->hasNoUnsignedWrap()) ||
lib/Transforms/InstCombine/InstCombineSelect.cpp
  685   if (!ICmpInst::isUnsigned(Pred))