Searched defs:m_Constant (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DPatternMatch.h78 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } function in namespace:llvm::PatternMatch
306 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } function in namespace:llvm::PatternMatch

Completed in 55 milliseconds