Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12753 Value *VectorOperand = nullptr; in isOperandOfVmullHighP64() local
12755 return match(Op, m_ExtractElt(m_Value(VectorOperand), in isOperandOfVmullHighP64()
12758 isa<FixedVectorType>(VectorOperand->getType()) && in isOperandOfVmullHighP64()
12759 cast<FixedVectorType>(VectorOperand->getType())->getNumElements() == 2; in isOperandOfVmullHighP64()