Searched refs:InputInst (Results 1 – 1 of 1) sorted by relevance
421 if (auto *InputInst = dyn_cast<Instruction>(Op1)) { in shouldExpandPartialReductionIntrinsic() local422 if (InstructionOpcodeToISD(InputInst->getOpcode()) != ISD::MUL) in shouldExpandPartialReductionIntrinsic()425 if (isa<Instruction>(InputInst->getOperand(0)) && in shouldExpandPartialReductionIntrinsic()426 isa<Instruction>(InputInst->getOperand(1))) { in shouldExpandPartialReductionIntrinsic()428 if (cast<Instruction>(InputInst->getOperand(0))->getOpcode() != in shouldExpandPartialReductionIntrinsic()429 cast<Instruction>(InputInst->getOperand(1))->getOpcode()) in shouldExpandPartialReductionIntrinsic()