Searched refs:NegationsCache (Results 1 – 2 of 2) sorted by relevance
455 auto NegationsCacheIterator = NegationsCache.find(V); in negate()456 if (NegationsCacheIterator != NegationsCache.end()) { in negate()467 NegationsCache[V] = Placeholder; in negate()473 NegationsCache[V] = NegatedV; in negate()
744 SmallDenseMap<Value *, Value *> NegationsCache; variable