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.cpp602 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam() local
603 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()