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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp667 Instruction::BinaryOps LHSOpcode, RHSOpcode; local
671 RHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op1, C, D);
675 if (Op0 && Op1 && LHSOpcode == RHSOpcode)
689 if (Value *Ident = getIdentityValue(RHSOpcode, LHS))
690 if (Value *V = tryFactorization(I, RHSOpcode, LHS, Ident, C, D))

Completed in 198 milliseconds