Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp510 auto NegationsCacheIterator = NegationsCache.find(V); in negate()
511 if (NegationsCacheIterator != NegationsCache.end()) { in negate()
522 NegationsCache[V] = Placeholder; in negate()
528 NegationsCache[V] = NegatedV; in negate()
H A DInstCombineInternal.h787 SmallDenseMap<Value *, Value *> NegationsCache; variable