Searched refs:VectorOperand (Results 1 – 1 of 1) sorted by relevance
15955 Value *VectorOperand = nullptr; in isOperandOfVmullHighP64() local15957 return match(Op, m_ExtractElt(m_Value(VectorOperand), in isOperandOfVmullHighP64()15960 isa<FixedVectorType>(VectorOperand->getType()) && in isOperandOfVmullHighP64()15961 cast<FixedVectorType>(VectorOperand->getType())->getNumElements() == 2; in isOperandOfVmullHighP64()