Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp421 if (auto *InputInst = dyn_cast<Instruction>(Op1)) { in shouldExpandPartialReductionIntrinsic() local
422 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()