Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp110 DL(DL_), AC(AC_), DT(DT_), IsTrulyNegation(IsTrulyNegation_) {}
160 if (!V->hasOneUse() && !IsTrulyNegation) in visitImpl()
388 if (!IsTrulyNegation) in visitImpl()
398 assert(IsTrulyNegation && "We should have early-exited then."); in visitImpl()
DInstCombineInternal.h742 const bool IsTrulyNegation; variable
747 const DominatorTree &DT, bool IsTrulyNegation);