Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1397 auto MatchOuterIV = [&](Value *V1, Value *V2) { in foldDependentIVs() local
1407 if (!MatchOuterIV(PN.getIncomingValue(0), PN.getIncomingValue(1)) && in foldDependentIVs()
1408 !MatchOuterIV(PN.getIncomingValue(1), PN.getIncomingValue(0))) in foldDependentIVs()