Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1088 Instruction::BinaryOps LHSOpcode, RHSOpcode; in tryFactorizationFolds() local
1093 RHSOpcode = getBinOpsForFactorization(TopLevelOpcode, Op1, C, D, Op0); in tryFactorizationFolds()
1097 if (Op0 && Op1 && LHSOpcode == RHSOpcode) in tryFactorizationFolds()
1112 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in tryFactorizationFolds()
1114 tryFactorization(I, SQ, Builder, RHSOpcode, LHS, Ident, C, D)) in tryFactorizationFolds()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2019 unsigned LHSOpcode, RHSOpcode, LHSIndex, RHSIndex; in LowerConvertLow() local
2022 !GetConvertedLane(Op.getOperand(1), RHSOpcode, RHSSrcVec, RHSIndex)) in LowerConvertLow()
2025 if (LHSOpcode != RHSOpcode) in LowerConvertLow()