Searched refs:VScaleFactor (Results 1 – 1 of 1) sorted by relevance
564 uint64_t VScaleFactor; in canIgnoreVectorLengthParam() local565 if (match(VLParam, m_c_Mul(m_ConstantInt(VScaleFactor), m_VScale(DL)))) in canIgnoreVectorLengthParam()566 return VScaleFactor >= EC.getKnownMinValue(); in canIgnoreVectorLengthParam()