Home
last modified time | relevance | path

Searched refs:OverflowingBinaryOp_match (Results 1 – 1 of 1) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h540 struct OverflowingBinaryOp_match { struct
564 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, argument
567 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, in m_NSWAdd()
572 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub,
575 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, in m_NSWSub()
580 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul,
588 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl,
597 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add,
605 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub,
613 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul,
[all …]