Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp636 Instruction::BinaryOps InnerOpcode, in tryFactorization() argument
647 bool InnerCommutative = Instruction::isCommutative(InnerOpcode); in tryFactorization()
650 if (leftDistributesOverRight(InnerOpcode, TopLevelOpcode)) in tryFactorization()
664 SimplifiedInst = Builder.CreateBinOp(InnerOpcode, A, V); in tryFactorization()
684 SimplifiedInst = Builder.CreateBinOp(InnerOpcode, V, B); in tryFactorization()
713 InnerOpcode == Instruction::Mul) { in tryFactorization()
782 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op' in SimplifyUsingDistributiveLaws() local
793 C = Builder.CreateBinOp(InnerOpcode, L, R); in SimplifyUsingDistributiveLaws()
799 if (L && L == ConstantExpr::getBinOpIdentity(InnerOpcode, L->getType())) { in SimplifyUsingDistributiveLaws()
821 Instruction::BinaryOps InnerOpcode = Op1->getOpcode(); // op' in SimplifyUsingDistributiveLaws() local
[all …]