Searched refs:OverflowingBinaryOp_match (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 502 struct OverflowingBinaryOp_match { struct 506 OverflowingBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in OverflowingBinaryOp_match() argument 526 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, argument 529 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, in m_NSWAdd() 534 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, 537 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, in m_NSWSub() 542 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, 545 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, in m_NSWMul() 550 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl, 553 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl, in m_NSWShl() [all …]
|