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

References

include/llvm/Analysis/ValueLattice.h
  277     else if (NewR == getConstantRange())
include/llvm/IR/ConstantRange.h
  253     return !operator==(CR);
lib/IR/ConstantRange.cpp
  145   assert(makeAllowedICmpRegion(Pred, C) == makeSatisfyingICmpRegion(Pred, C));
  177   assert((!Success || ConstantRange::makeExactICmpRegion(Pred, RHS) == *this) &&
lib/Transforms/Scalar/GuardWidening.cpp
  567       if (SubsetIntersect == SupersetIntersect &&
unittests/IR/ConstantRangeTest.cpp
  390   EXPECT_TRUE(LHS.intersectWith(RHS) == LHS);
  524           EXPECT_TRUE(Variant1 == SmallestCR || Variant2 == SmallestCR);
  524           EXPECT_TRUE(Variant1 == SmallestCR || Variant2 == SmallestCR);
  538           EXPECT_TRUE(Variant1 == UnsignedCR || Variant2 == UnsignedCR);
  538           EXPECT_TRUE(Variant1 == UnsignedCR || Variant2 == UnsignedCR);
  552           EXPECT_TRUE(Variant1 == SignedCR || Variant2 == SignedCR);
  552           EXPECT_TRUE(Variant1 == SignedCR || Variant2 == SignedCR);
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {