Searched defs:m_Constant (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | PatternMatch.h | 83 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } function in namespace:llvm::PatternMatch 308 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } function in namespace:llvm::PatternMatch |
Completed in 39 milliseconds