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

References

unittests/IR/InstructionsTest.cpp
  682   ASSERT_NE(CGEPI->idx_begin(), CGEPI->idx_end());
  682   ASSERT_NE(CGEPI->idx_begin(), CGEPI->idx_end());
  683   ASSERT_EQ(CGEPI->idx_end(), std::next(CGEPI->idx_begin(), 3));
  683   ASSERT_EQ(CGEPI->idx_end(), std::next(CGEPI->idx_begin(), 3));
  684   EXPECT_EQ(Indices[0], CGEPI->idx_begin()[0]);
  685   EXPECT_EQ(Indices[1], CGEPI->idx_begin()[1]);
  686   EXPECT_EQ(Indices[2], CGEPI->idx_begin()[2]);
  687   EXPECT_EQ(CGEPI->idx_begin(), CGEPI->indices().begin());
  687   EXPECT_EQ(CGEPI->idx_begin(), CGEPI->indices().begin());
  688   EXPECT_EQ(CGEPI->idx_end(), CGEPI->indices().end());
  688   EXPECT_EQ(CGEPI->idx_end(), CGEPI->indices().end());