Searched refs:VLParam (Results 1 – 1 of 1) sorted by relevance
275 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam() local276 if (!VLParam) in canIgnoreVectorLengthParam()294 if (match(VLParam, m_c_Mul(m_ConstantInt(VScaleFactor), m_VScale(DL)))) in canIgnoreVectorLengthParam()296 return (EC.getKnownMinValue() == 1) && match(VLParam, m_VScale(DL)); in canIgnoreVectorLengthParam()300 auto VLConst = dyn_cast<ConstantInt>(VLParam); in canIgnoreVectorLengthParam()