Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp366 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, in RightDistributesOverLeft() function
482 if (!SimplifiedInst && RightDistributesOverLeft(TopLevelOpcode, InnerOpcode)) in tryFactorization()
563 if (Op0 && RightDistributesOverLeft(Op0->getOpcode(), TopLevelOpcode)) { in SimplifyUsingDistributiveLaws()