Searched refs:OverflowingBinaryOp_match (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1130 struct OverflowingBinaryOp_match { struct 1154 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, argument 1157 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, in m_NSWAdd() 1162 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, 1165 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, in m_NSWSub() 1170 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, 1178 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl, 1187 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, 1195 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, 1203 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, [all …]
|