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

Declarations

include/llvm/Analysis/DependenceAnalysis.h
  559     bool isKnownPredicate(ICmpInst::Predicate Pred,

References

lib/Analysis/DependenceAnalysis.cpp
  451     if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
  453     if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
  480     if (isKnownPredicate(CmpInst::ICMP_EQ, Prod1, Prod2)) {
  485       if (isKnownPredicate(CmpInst::ICMP_EQ, Prod1, Prod2))
  487       if (isKnownPredicate(CmpInst::ICMP_NE, Prod1, Prod2)) {
  494     if (isKnownPredicate(CmpInst::ICMP_NE, Prod1, Prod2)) {
  566     if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC()))
  568     if (isKnownPredicate(CmpInst::ICMP_NE, Sum, Y->getC())) {
 1104   if (isKnownPredicate(CmpInst::ICMP_EQ, Src, Dst)) {
 1108   if (isKnownPredicate(CmpInst::ICMP_NE, Src, Dst)) {
 1174     if (isKnownPredicate(CmpInst::ICMP_SGT, AbsDelta, Product)) {
 1350     if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, ML)) {
 1356     if (isKnownPredicate(CmpInst::ICMP_EQ, Delta, ML)) {
 1723   if (isKnownPredicate(CmpInst::ICMP_EQ, SrcConst, DstConst)) {
 1745     if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
 1750     if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
 1832   if (isKnownPredicate(CmpInst::ICMP_EQ, DstConst, SrcConst)) {
 1854     if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
 1859     if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
 2064         if (isKnownPredicate(CmpInst::ICMP_SGT, C2_C1, A1N1)) {
 2073         if (isKnownPredicate(CmpInst::ICMP_SLT, A2N2, C1_C2)) {
 2087         if (isKnownPredicate(CmpInst::ICMP_SGT, C2_C1, A1N1_A2N2)) {
 2108         if (isKnownPredicate(CmpInst::ICMP_SGT, A1N1_A2N2, C2_C1)) {
 2125         if (isKnownPredicate(CmpInst::ICMP_SGT, A1N1, C2_C1)) {
 2134         if (isKnownPredicate(CmpInst::ICMP_SLT, C1_C2, A2N2)) {
 2721     if (isKnownPredicate(CmpInst::ICMP_SGT, LowerBound, Delta))
 2724     if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, UpperBound))
 2759     if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].NegPart, B[K].PosPart))
 2762     if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].PosPart, B[K].NegPart))
 3157   else if (isKnownPredicate(CmpInst::ICMP_EQ, A, B)) {
 3239     if (!isKnownPredicate(CmpInst::ICMP_NE,
 3244     if (!isKnownPredicate(CmpInst::ICMP_SLE,
 3249     if (!isKnownPredicate(CmpInst::ICMP_SGE,