Searched defs:BinaryOp_match (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DPatternMatch.h293 struct BinaryOp_match { struct in namespace:llvm::PatternMatch
297 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} function in struct:llvm::PatternMatch::BinaryOp_match
313 inline BinaryOp_match<LHS, RHS, Instruction::Add>
315 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
319 inline BinaryOp_match<LHS, RHS, Instruction::FAdd>
321 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
325 inline BinaryOp_match<LHS, RHS, Instruction::Sub>
327 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
331 inline BinaryOp_match<LHS, RHS, Instruction::FSub>
333 return BinaryOp_match<LH
[all...]

Completed in 19 milliseconds