Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp110 DL(DL_), AC(AC_), DT(DT_), IsTrulyNegation(IsTrulyNegation_) {}
160 if (!V->hasOneUse() && !IsTrulyNegation) in visitImpl()
387 if (!IsTrulyNegation) in visitImpl()
397 assert(IsTrulyNegation && "We should have early-exited then."); in visitImpl()
DInstCombineInternal.h748 const bool IsTrulyNegation; variable
753 const DominatorTree &DT, bool IsTrulyNegation);