Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2008 unsigned LHSOpcode, RHSOpcode, LHSIndex, RHSIndex; in LowerConvertLow() local
2010 if (!GetConvertedLane(Op.getOperand(0), LHSOpcode, LHSSrcVec, LHSIndex) || in LowerConvertLow()
2014 if (LHSOpcode != RHSOpcode) in LowerConvertLow()
2018 switch (LHSOpcode) { in LowerConvertLow()
2037 return DAG.getNode(LHSOpcode, DL, MVT::v2f64, Src); in LowerConvertLow()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp750 Instruction::BinaryOps LHSOpcode, RHSOpcode; in SimplifyUsingDistributiveLaws() local
752 LHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op0, A, B); in SimplifyUsingDistributiveLaws()
758 if (Op0 && Op1 && LHSOpcode == RHSOpcode) in SimplifyUsingDistributiveLaws()
759 if (Value *V = tryFactorization(I, LHSOpcode, A, B, C, D)) in SimplifyUsingDistributiveLaws()
765 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in SimplifyUsingDistributiveLaws()
766 if (Value *V = tryFactorization(I, LHSOpcode, A, B, RHS, Ident)) in SimplifyUsingDistributiveLaws()