Searched refs:TopLevelOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 655 Instruction::BinaryOps TopLevelOpcode = I.getOpcode(); in tryFactorization() local 661 if (leftDistributesOverRight(InnerOpcode, TopLevelOpcode)) { in tryFactorization() 1063 Instruction::BinaryOps TopLevelOpcode = I.getOpcode(); in tryFactorizationFolds() local 1106 Instruction::BinaryOps TopLevelOpcode = I.getOpcode(); in foldUsingDistributiveLaws() local 1121 Value *L = simplifyBinOp(TopLevelOpcode, A, C, SQDistributive); in foldUsingDistributiveLaws() 1122 Value *R = simplifyBinOp(TopLevelOpcode, B, C, SQDistributive); in foldUsingDistributiveLaws() 1137 C = Builder.CreateBinOp(TopLevelOpcode, B, C); in foldUsingDistributiveLaws() 1146 C = Builder.CreateBinOp(TopLevelOpcode, A, C); in foldUsingDistributiveLaws() 1160 Value *L = simplifyBinOp(TopLevelOpcode, A, B, SQDistributive); in foldUsingDistributiveLaws() 1176 A = Builder.CreateBinOp(TopLevelOpcode, A, C); in foldUsingDistributiveLaws() [all …]
|