Searched refs:Exact_match (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DPatternMatch.h679 template <typename SubPattern_t> struct Exact_match { struct in namespace:llvm::PatternMatch
682 Exact_match(const SubPattern_t &SP) : SubPattern(SP) {} function in struct:llvm::PatternMatch::Exact_match
691 template <typename T> inline Exact_match<T> m_Exact(const T &SubPattern) {

Completed in 38 milliseconds