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.cpp640 Value *NegBump; in rewriteCandidateWithBasis() local
641 if (match(Bump, m_Neg(m_Value(NegBump)))) { in rewriteCandidateWithBasis()
643 Reduced = Builder.CreateSub(Basis.Ins, NegBump); in rewriteCandidateWithBasis()