Searched refs:IdentityLHS (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
771 IdentityLHS &= (M == (int)i);
777 if (IdentityLHS)
2468 bool IdentityLHS = true, IdentityRHS = true; local
2479 IdentityLHS &= (M < 0) || (M == (int)i);
2485 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) {

Completed in 115 milliseconds