Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp529 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() function
553 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft()
612 if (leftDistributesOverRight(InnerOpcode, TopLevelOpcode)) in tryFactorization()
779 if (Op1 && leftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in SimplifyUsingDistributiveLaws()