Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h543 struct OverflowingBinaryOp_match { struct
547 OverflowingBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) in OverflowingBinaryOp_match() argument
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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h755 struct OverflowingBinaryOp_match { struct
759 OverflowingBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) in OverflowingBinaryOp_match() argument
779 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, argument
782 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, in m_NSWAdd()
787 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub,
790 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, in m_NSWSub()
795 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul,
798 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, in m_NSWMul()
803 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl,
806 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl, in m_NSWShl()
[all …]