Home
last modified time | relevance | path

Searched defs:undef_match (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h107 struct undef_match { struct
108 static bool check(const Value *V) { in check()
152 inline auto m_Undef() { return undef_match(); } in m_Undef() argument