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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp506 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, function
586 if (!SimplifiedInst && rightDistributesOverLeft(TopLevelOpcode, InnerOpcode))
695 if (Op0 && rightDistributesOverLeft(Op0->getOpcode(), TopLevelOpcode)) {

Completed in 70 milliseconds