Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4377 bool NeedNegation; in foldMultiplicationOverflowCheck() local
4389 NeedNegation = false; in foldMultiplicationOverflowCheck()
4392 NeedNegation = true; in foldMultiplicationOverflowCheck()
4407 NeedNegation = Pred == ICmpInst::Predicate::ICMP_EQ; in foldMultiplicationOverflowCheck()
4432 if (NeedNegation) // This technically increases instruction count. in foldMultiplicationOverflowCheck()