Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21936 unsigned Op2Opcode = Op2->getOpcode(); in tryLowerPartialReductionToDot() local
21939 if (ISD::isExtOpcode(Op2Opcode)) { in tryLowerPartialReductionToDot()
21940 MulOpLHSIsSigned = MulOpRHSIsSigned = (Op2Opcode == ISD::SIGN_EXTEND); in tryLowerPartialReductionToDot()
21943 } else if (Op2Opcode == ISD::MUL) { in tryLowerPartialReductionToDot()