Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h165 inline constantexpr_match m_ConstantExpr() { return constantexpr_match(); } in m_ConstantExpr() function
740 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function