Searched refs:VLParam (Results 1 – 1 of 1) sorted by relevance
388 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam() local389 if (!VLParam) in canIgnoreVectorLengthParam()407 if (match(VLParam, m_c_Mul(m_ConstantInt(VScaleFactor), m_VScale(DL)))) in canIgnoreVectorLengthParam()409 return (EC.getKnownMinValue() == 1) && match(VLParam, m_VScale(DL)); in canIgnoreVectorLengthParam()413 auto VLConst = dyn_cast<ConstantInt>(VLParam); in canIgnoreVectorLengthParam()