Home
last modified time | relevance | path

Searched refs:leftDistributesOverRight (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp567 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() function
591 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft()
650 if (leftDistributesOverRight(InnerOpcode, TopLevelOpcode)) in tryFactorization()
817 if (Op1 && leftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in SimplifyUsingDistributiveLaws()