Searched refs:NegationsCache (Results 1 – 2 of 2) sorted by relevance
493 auto NegationsCacheIterator = NegationsCache.find(V); in negate()494 if (NegationsCacheIterator != NegationsCache.end()) { in negate()505 NegationsCache[V] = Placeholder; in negate()511 NegationsCache[V] = NegatedV; in negate()
673 SmallDenseMap<Value *, Value *> NegationsCache; variable