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

References

unittests/Transforms/Utils/CloningTest.cpp
   78   EXPECT_FALSE(AddClone->hasNoUnsignedWrap());
   79   EXPECT_FALSE(AddClone->hasNoSignedWrap());
   91   AddClone = this->clone(Add);
   95   EXPECT_TRUE(AddClone->hasNoUnsignedWrap());
   96   EXPECT_FALSE(AddClone->hasNoSignedWrap());
  108   AddClone = this->clone(Add);
  112   EXPECT_TRUE(AddClone->hasNoUnsignedWrap());
  113   EXPECT_TRUE(AddClone->hasNoSignedWrap());
  125   AddClone = this->clone(Add);
  129   EXPECT_FALSE(AddClone->hasNoUnsignedWrap());
  130   EXPECT_TRUE(AddClone->hasNoSignedWrap());