Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4887 bool NeedNegation; in foldMultiplicationOverflowCheck() local
4899 NeedNegation = false; in foldMultiplicationOverflowCheck()
4902 NeedNegation = true; in foldMultiplicationOverflowCheck()
4916 NeedNegation = Pred == ICmpInst::Predicate::ICMP_EQ; in foldMultiplicationOverflowCheck()
4939 if (NeedNegation) // This technically increases instruction count. in foldMultiplicationOverflowCheck()