Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1065 Instruction::BinaryOps LHSOpcode, RHSOpcode; in tryFactorizationFolds() local
1070 RHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op1, C, D, Op0); in tryFactorizationFolds()
1074 if (Op0 && Op1 && LHSOpcode == RHSOpcode) in tryFactorizationFolds()
1089 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in tryFactorizationFolds()
1091 tryFactorization(I, SQ, Builder, RHSOpcode, LHS, Ident, C, D)) in tryFactorizationFolds()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2002 unsigned LHSOpcode, RHSOpcode, LHSIndex, RHSIndex; in LowerConvertLow() local
2005 !GetConvertedLane(Op.getOperand(1), RHSOpcode, RHSSrcVec, RHSIndex)) in LowerConvertLow()
2008 if (LHSOpcode != RHSOpcode) in LowerConvertLow()