Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp750 Instruction::BinaryOps LHSOpcode, RHSOpcode; in SimplifyUsingDistributiveLaws() local
754 RHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op1, C, D); in SimplifyUsingDistributiveLaws()
758 if (Op0 && Op1 && LHSOpcode == RHSOpcode) in SimplifyUsingDistributiveLaws()
772 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in SimplifyUsingDistributiveLaws()
773 if (Value *V = tryFactorization(I, RHSOpcode, LHS, Ident, C, D)) in SimplifyUsingDistributiveLaws()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2008 unsigned LHSOpcode, RHSOpcode, LHSIndex, RHSIndex; in LowerConvertLow() local
2011 !GetConvertedLane(Op.getOperand(1), RHSOpcode, RHSSrcVec, RHSIndex)) in LowerConvertLow()
2014 if (LHSOpcode != RHSOpcode) in LowerConvertLow()