Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DMatchers.h438 m_ConstantInt(IntegerAttr::ValueType *bind_value) { m_ConstantInt() function
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h168 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function
347 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function
837 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } m_ConstantInt() function
990 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } m_ConstantInt() function