Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1694 struct ThreeOps_match { struct
1699 ThreeOps_match(const T0 &Op1, const T1 &Op2, const T2 &Op3) in ThreeOps_match() argument
1702 template <typename OpTy> bool match(OpTy *V) { in match()