Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp845 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
851 IdentityLHS &= (M == (int)i); in SimplifyMultipleUseDemandedBits()
857 if (IdentityLHS) in SimplifyMultipleUseDemandedBits()
2732 bool IdentityLHS = true, IdentityRHS = true; in SimplifyDemandedVectorElts() local
2743 IdentityLHS &= (M < 0) || (M == (int)i); in SimplifyDemandedVectorElts()
2749 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) { in SimplifyDemandedVectorElts()