Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp442 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() function
466 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft()
524 if (leftDistributesOverRight(InnerOpcode, TopLevelOpcode)) in tryFactorization()
677 if (Op1 && leftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in SimplifyUsingDistributiveLaws()