Searched refs:IdentityRHS (Results 1 – 1 of 1) sorted by relevance
836 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local843 IdentityRHS &= ((M - NumElts) == i); in SimplifyMultipleUseDemandedBits()850 if (IdentityRHS) in SimplifyMultipleUseDemandedBits()2744 bool IdentityLHS = true, IdentityRHS = true; in SimplifyDemandedVectorElts() local2756 IdentityRHS &= (M < 0) || ((M - NumElts) == i); in SimplifyDemandedVectorElts()2761 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) { in SimplifyDemandedVectorElts()