reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/PatternMatch.h
  935 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add,
  938   return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add,
  943 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub,
  946   return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub,
  951 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul,
  954   return OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul,
  959 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl,
  962   return OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl,
  968 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add,
  971   return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add,
  976 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub,
  979   return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub,
  984 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul,
  987   return OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul,
  992 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl,
  995   return OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl,