Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1419 template <typename T0, unsigned Opcode> struct OneOps_match { struct
1422 OneOps_match(const T0 &Op1) : Op1(Op1) {} in OneOps_match() argument
1424 template <typename OpTy> bool match(OpTy *V) { in match()