Searched refs:NegationsCache (Results 1 – 2 of 2) sorted by relevance
509 auto NegationsCacheIterator = NegationsCache.find(V); in negate()510 if (NegationsCacheIterator != NegationsCache.end()) { in negate()521 NegationsCache[V] = Placeholder; in negate()527 NegationsCache[V] = NegatedV; in negate()
855 SmallDenseMap<Value *, Value *> NegationsCache; variable