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