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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3657 bool NeedNegation; local
3667 NeedNegation = false;
3670 NeedNegation = true;
3682 NeedNegation = Pred == ICmpInst::Predicate::ICMP_EQ;
3704 if (NeedNegation) // This technically increases instruction count.

Completed in 71 milliseconds