Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp591 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, in rightDistributesOverLeft() function
673 if (!RetVal && rightDistributesOverLeft(TopLevelOpcode, InnerOpcode)) { in tryFactorization()
789 if (Op0 && rightDistributesOverLeft(Op0->getOpcode(), TopLevelOpcode)) { in foldUsingDistributiveLaws()