Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp114 NegatorMaxTotalValuesVisited.updateMax(NumValuesVisitedInThisNegator); in ~Negator()
446 ++NumValuesVisitedInThisNegator; in negate()
DInstCombineInternal.h750 unsigned NumValuesVisitedInThisNegator = 0; variable