Searched refs:NegatedV (Results 1 – 1 of 1) sorted by relevance
513 Value *NegatedV = NegationsCacheIterator->second; in negate() local514 assert(NegatedV != Placeholder && "Encountered a cycle during negation."); in negate()515 return NegatedV; in negate()526 Value *NegatedV = visitImpl(V, IsNSW, Depth); in negate() local528 NegationsCache[V] = NegatedV; in negate()530 return NegatedV; in negate()