Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2025 template <typename Op_t> struct PtrToIntSameSize_match { struct
2029 PtrToIntSameSize_match(const DataLayout &DL, const Op_t &OpMatch) in PtrToIntSameSize_match() argument
2032 template <typename OpTy> bool match(OpTy *V) const { in match()