Searched refs:VLParam (Results 1 – 1 of 1) sorted by relevance
627 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam() local628 if (!VLParam) in canIgnoreVectorLengthParam()640 if (match(VLParam, m_Mul(m_VScale(), m_ConstantInt(VScaleFactor)))) in canIgnoreVectorLengthParam()642 return (EC.getKnownMinValue() == 1) && match(VLParam, m_VScale()); in canIgnoreVectorLengthParam()646 const auto *VLConst = dyn_cast<ConstantInt>(VLParam); in canIgnoreVectorLengthParam()