Searched refs:OverflowingBinaryOp_match (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 1292 struct OverflowingBinaryOp_match { struct 1296 OverflowingBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) in OverflowingBinaryOp_match() function 1318 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, argument 1321 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, in m_NSWAdd() 1326 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, 1329 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, in m_c_NSWAdd() 1334 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, 1337 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, in m_NSWSub() 1342 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, 1345 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, in m_NSWMul() [all …]
|