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

References

unittests/IR/PatternMatch.cpp
  868   EXPECT_TRUE(m_Load(m_Value(MatchLoad)).match(LoadInst));
  869   EXPECT_EQ(Alloca, MatchLoad);
  873   EXPECT_FALSE(m_Load(m_Value(MatchLoad)).match(Alloca));