Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp628 const Value *LAgg = CSL->getAggregateElement(I); in equivalentAsOperands() local
631 if (LAgg == SavedLHS || RAgg == SavedRHS) { in equivalentAsOperands()
632 if (LAgg != SavedLHS || RAgg != SavedRHS) in equivalentAsOperands()
641 if (!equivalentAsOperands(LAgg, RAgg, AC)) { in equivalentAsOperands()