Home
last modified time | relevance | path

Searched refs:NegationsCache (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp455 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()
DInstCombineInternal.h744 SmallDenseMap<Value *, Value *> NegationsCache; variable