Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp952 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
958 IdentityLHS &= (M == (int)i); in SimplifyMultipleUseDemandedBits()
964 if (IdentityLHS) in SimplifyMultipleUseDemandedBits()
3632 bool IdentityLHS = true, IdentityRHS = true; in SimplifyDemandedVectorElts() local
3643 IdentityLHS &= (M < 0) || (M == (int)i); in SimplifyDemandedVectorElts()
3649 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) { in SimplifyDemandedVectorElts()