Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp389 if (auto EVLPos = getVectorLengthParamPos(getIntrinsicID())) in getVectorLengthParam() local
390 return getArgOperand(*EVLPos); in getVectorLengthParam()
395 auto EVLPos = getVectorLengthParamPos(getIntrinsicID()); in setVectorLengthParam() local
396 setArgOperand(*EVLPos, NewEVL); in setVectorLengthParam()