Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp610 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, in rightDistributesOverLeft() function
701 if (!RetVal && rightDistributesOverLeft(TopLevelOpcode, InnerOpcode)) { in tryFactorization()
1136 if (Op0 && rightDistributesOverLeft(Op0->getOpcode(), TopLevelOpcode)) { in foldUsingDistributiveLaws()