Searched refs:VLParam (Results 1 – 1 of 1) sorted by relevance
602 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam() local603 if (!VLParam) in canIgnoreVectorLengthParam()615 if (match(VLParam, m_Mul(m_VScale(), m_ConstantInt(VScaleFactor)))) in canIgnoreVectorLengthParam()617 return (EC.getKnownMinValue() == 1) && match(VLParam, m_VScale()); in canIgnoreVectorLengthParam()621 const auto *VLConst = dyn_cast<ConstantInt>(VLParam); in canIgnoreVectorLengthParam()