Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp633 Value *NegBump; in rewriteCandidateWithBasis() local
634 if (match(Bump, m_Neg(m_Value(NegBump)))) { in rewriteCandidateWithBasis()
636 Reduced = Builder.CreateSub(Basis.Ins, NegBump); in rewriteCandidateWithBasis()