Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp275 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam() local
276 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()