Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3941 bool NeedNegation; in foldMultiplicationOverflowCheck() local
3953 NeedNegation = false; in foldMultiplicationOverflowCheck()
3956 NeedNegation = true; in foldMultiplicationOverflowCheck()
3971 NeedNegation = Pred == ICmpInst::Predicate::ICMP_EQ; in foldMultiplicationOverflowCheck()
3996 if (NeedNegation) // This technically increases instruction count. in foldMultiplicationOverflowCheck()