Searched defs:BinOp2_match (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 402 struct BinOp2_match { struct 406 BinOp2_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOp2_match() argument 424 inline BinOp2_match<LHS, RHS, Instruction::LShr, Instruction::AShr> argument
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 636 struct BinOp2_match { struct 640 BinOp2_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOp2_match() argument 657 inline BinOp2_match<LHS, RHS, Instruction::LShr, Instruction::AShr> argument
|