Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp360 if (auto EVLPos = getVectorLengthParamPos(getIntrinsicID())) in getVectorLengthParam() local
361 return getArgOperand(*EVLPos); in getVectorLengthParam()
366 auto EVLPos = getVectorLengthParamPos(getIntrinsicID()); in setVectorLengthParam() local
367 setArgOperand(*EVLPos, NewEVL); in setVectorLengthParam()