Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h936 struct OverflowingBinaryOp_match { struct
940 OverflowingBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) in OverflowingBinaryOp_match() argument
960 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, argument
963 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Add, in m_NSWAdd()
968 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub,
971 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Sub, in m_NSWSub()
976 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul,
979 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Mul, in m_NSWMul()
984 inline OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl,
987 return OverflowingBinaryOp_match<LHS, RHS, Instruction::Shl, in m_NSWShl()
[all …]