Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3690 bool NeedNegation; in foldUnsignedMultiplicationOverflowCheck() local
3700 NeedNegation = false; in foldUnsignedMultiplicationOverflowCheck()
3703 NeedNegation = true; in foldUnsignedMultiplicationOverflowCheck()
3715 NeedNegation = Pred == ICmpInst::Predicate::ICMP_EQ; in foldUnsignedMultiplicationOverflowCheck()
3737 if (NeedNegation) // This technically increases instruction count. in foldUnsignedMultiplicationOverflowCheck()