Searched refs:InnerCommutative (Results 1 – 3 of 3) sorted by relevance
381 bool InnerCommutative = Instruction::isCommutative(InnerOpcode); in SimplifyUsingDistributiveLaws() local387 if (A == C || (InnerCommutative && A == D)) { in SimplifyUsingDistributiveLaws()409 if (B == D || (InnerCommutative && B == C)) { in SimplifyUsingDistributiveLaws()
466 bool InnerCommutative = Instruction::isCommutative(InnerOpcode); in tryFactorization() local472 if (A == C || (InnerCommutative && A == D)) { in tryFactorization()491 if (B == D || (InnerCommutative && B == C)) { in tryFactorization()
521 bool InnerCommutative = Instruction::isCommutative(InnerOpcode); in tryFactorization() local527 if (A == C || (InnerCommutative && A == D)) { in tryFactorization()546 if (B == D || (InnerCommutative && B == C)) { in tryFactorization()