Searched refs:TopOpcode (Results 1 – 2 of 2) sorted by relevance
667 getBinOpsForFactorization(Instruction::BinaryOps TopOpcode, BinaryOperator *Op, in getBinOpsForFactorization() argument672 if (TopOpcode == Instruction::Add || TopOpcode == Instruction::Sub) { in getBinOpsForFactorization()683 if (Instruction::isBitwiseLogicOp(TopOpcode)) { in getBinOpsForFactorization()
22047 unsigned TopOpcode = ExtOpIsSigned ? AArch64ISD::SADDWT : AArch64ISD::UADDWT; in tryLowerPartialReductionToWideAdd() local22049 return DAG.getNode(TopOpcode, DL, AccVT, BottomNode, ExtOp); in tryLowerPartialReductionToWideAdd()