Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8351 auto IsNegationOf = [&](const Value *X, const Value *Y) { in isKnownNegation() local
8367 if (IsNegationOf(X, Y) || IsNegationOf(Y, X)) in isKnownNegation()