Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp655 Value *NegBump; in rewriteCandidateWithBasis() local
656 if (match(Bump, m_Neg(m_Value(NegBump)))) { in rewriteCandidateWithBasis()
658 Reduced = Builder.CreateSub(Basis.Ins, NegBump); in rewriteCandidateWithBasis()