Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp513 Value *NegatedV = NegationsCacheIterator->second; in negate() local
514 assert(NegatedV != Placeholder && "Encountered a cycle during negation."); in negate()
515 return NegatedV; in negate()
526 Value *NegatedV = visitImpl(V, IsNSW, Depth); in negate() local
528 NegationsCache[V] = NegatedV; in negate()
530 return NegatedV; in negate()