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

Declarations

include/llvm/IR/InstrTypes.h
  955   static bool isFalseWhenEqual(Predicate predicate);

References

include/llvm/IR/InstrTypes.h
  934     return isFalseWhenEqual(getPredicate());
lib/Analysis/InstructionSimplify.cpp
 1499       (Pred0 == ICmpInst::ICMP_EQ && ICmpInst::isFalseWhenEqual(Pred1)) ||
 2479                               CmpInst::isFalseWhenEqual(Pred));
 3522     if (CmpInst::isFalseWhenEqual(Pred))
lib/Analysis/ScalarEvolution.cpp
 9020     if (ICmpInst::isFalseWhenEqual(Pred))
 9745       return CmpInst::isFalseWhenEqual(FoundPred);