Home
last modified time | relevance | path

Searched refs:VLParam (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp627 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam() local
628 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()