Home
last modified time | relevance | path

Searched refs:SameAsMatcher (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/unittests/CodeGen/
H A DIRMatchers.h176 class SameAsMatcher : public Matcher {
179 SameAsMatcher(unsigned N) : OpNo(N) {} in SameAsMatcher() function
360 return std::shared_ptr<Matcher>(new SameAsMatcher(N)); in MSameAs()