Searched refs:leftDistributesOverRight (Results 1 – 2 of 2) sorted by relevance
618 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() function642 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft()710 if (leftDistributesOverRight(InnerOpcode, TopLevelOpcode)) { in tryFactorization()1203 if (Op1 && leftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in foldUsingDistributiveLaws()
1601 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, bool HasNUW, in leftDistributesOverRight() function1645 if (!leftDistributesOverRight(InnerOpcode, HasNUW, HasNSW, TopLevelOpcode)) in foldIntrinsicUsingDistributiveLaws()