Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp876 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
883 IdentityRHS &= ((M - NumElts) == i); in SimplifyMultipleUseDemandedBits()
890 if (IdentityRHS) in SimplifyMultipleUseDemandedBits()
3236 bool IdentityLHS = true, IdentityRHS = true; in SimplifyDemandedVectorElts() local
3248 IdentityRHS &= (M < 0) || ((M - NumElts) == i); in SimplifyDemandedVectorElts()
3253 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) { in SimplifyDemandedVectorElts()