Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp99 DT(DT_), IsTrulyNegation(IsTrulyNegation_) {}
149 if (!V->hasOneUse() && !IsTrulyNegation) in visitImpl()
252 if (IsTrulyNegation && in visitImpl()
410 if (!match(I->getOperand(1), m_ImmConstant(Op1C)) || !IsTrulyNegation) in visitImpl()
439 if (!IsTrulyNegation) in visitImpl()
449 assert(IsTrulyNegation && "We should have early-exited then."); in visitImpl()
462 if (IsTrulyNegation) { in visitImpl()
H A DInstCombineInternal.h853 const bool IsTrulyNegation; variable
858 bool IsTrulyNegation);