Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h595 struct BinOp2_match { struct
599 BinOp2_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOp2_match() function
617 inline BinOp2_match<LHS, RHS, Instruction::LShr, Instruction::AShr> argument