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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp485 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, function
509 return leftDistributesOverRight(ROp, LOp);
567 if (leftDistributesOverRight(InnerOpcode, TopLevelOpcode))
732 if (Op1 && leftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) {

Completed in 174 milliseconds