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.cpp103 IsTrulyNegation(IsTrulyNegation_) {}
153 if (!V->hasOneUse() && !IsTrulyNegation) in visitImpl()
256 if (IsTrulyNegation && in visitImpl()
411 if (!match(I->getOperand(1), m_ImmConstant(Op1C)) || !IsTrulyNegation) in visitImpl()
440 if (!IsTrulyNegation) in visitImpl()
450 assert(IsTrulyNegation && "We should have early-exited then."); in visitImpl()
463 if (IsTrulyNegation) { in visitImpl()
H A DInstCombineInternal.h785 const bool IsTrulyNegation; variable
789 Negator(LLVMContext &C, const DataLayout &DL, bool IsTrulyNegation);