Home
last modified time | relevance | path

Searched refs:PtrToIntSameSize_match (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1678 template <typename Op_t> struct PtrToIntSameSize_match { struct
1682 PtrToIntSameSize_match(const DataLayout &DL, const Op_t &OpMatch) in PtrToIntSameSize_match() argument
1723 inline PtrToIntSameSize_match<OpTy> m_PtrToIntSameSize(const DataLayout &DL, in m_PtrToIntSameSize()
1725 return PtrToIntSameSize_match<OpTy>(DL, Op); in m_PtrToIntSameSize()