Searched refs:OverflowingBinaryOp_match (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 543 struct OverflowingBinaryOp_match { struct 547 OverflowingBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) in OverflowingBinaryOp_match() function 567 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, argument 570 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, in m_NSWAdd() 575 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, 578 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, in m_NSWSub() 583 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, 586 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, in m_NSWMul() 591 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl, 594 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl, in m_NSWShl() [all …]
|