Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp457 Value *NegatedV = NegationsCacheIterator->second; in negate() local
458 assert(NegatedV != Placeholder && "Encountered a cycle during negation."); in negate()
459 return NegatedV; in negate()
470 Value *NegatedV = visitImpl(V, Depth); in negate() local
472 NegationsCache[V] = NegatedV; in negate()
474 return NegatedV; in negate()