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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp765 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; local
772 IdentityRHS &= ((M - NumElts) == i);
779 if (IdentityRHS)
2468 bool IdentityLHS = true, IdentityRHS = true; local
2480 IdentityRHS &= (M < 0) || ((M - NumElts) == i);
2485 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) {

Completed in 167 milliseconds