Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp421 if (auto EVLPos = getVectorLengthParamPos(getIntrinsicID())) in getVectorLengthParam() local
422 return getArgOperand(*EVLPos); in getVectorLengthParam()
427 auto EVLPos = getVectorLengthParamPos(getIntrinsicID()); in setVectorLengthParam() local
428 setArgOperand(*EVLPos, NewEVL); in setVectorLengthParam()