Searched refs:LeftDistributesOverRight (Results 1 – 2 of 2) sorted by relevance
312 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight() function354 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()384 if (LeftDistributesOverRight(InnerOpcode, TopLevelOpcode)) in SimplifyUsingDistributiveLaws()454 if (Op1 && LeftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in SimplifyUsingDistributiveLaws()
332 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight() function374 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()469 if (LeftDistributesOverRight(InnerOpcode, TopLevelOpcode)) in tryFactorization()606 if (Op1 && LeftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in SimplifyUsingDistributiveLaws()