Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp618 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() function
642 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft()
710 if (leftDistributesOverRight(InnerOpcode, TopLevelOpcode)) { in tryFactorization()
1203 if (Op1 && leftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in foldUsingDistributiveLaws()
H A DInstCombineCalls.cpp1601 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, bool HasNUW, in leftDistributesOverRight() function
1645 if (!leftDistributesOverRight(InnerOpcode, HasNUW, HasNSW, TopLevelOpcode)) in foldIntrinsicUsingDistributiveLaws()