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

References

unittests/Transforms/IPO/LowerTypeTests.cpp
   55     for (auto Offset : T.Offsets)
   60     EXPECT_EQ(T.Bits, BSI.Bits);
   61     EXPECT_EQ(T.ByteOffset, BSI.ByteOffset);
   62     EXPECT_EQ(T.BitSize, BSI.BitSize);
   63     EXPECT_EQ(T.AlignLog2, BSI.AlignLog2);
   64     EXPECT_EQ(T.IsSingleOffset, BSI.isSingleOffset());
   65     EXPECT_EQ(T.IsAllOnes, BSI.isAllOnes());
   67     for (auto Offset : T.Offsets)
   70     auto I = T.Offsets.begin();
   72       if (I != T.Offsets.end() && *I == NonOffset) {