Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp308 if (auto EVLPos = getVectorLengthParamPos(getIntrinsicID())) in getVectorLengthParam() local
309 return getArgOperand(EVLPos.getValue()); in getVectorLengthParam()
314 auto EVLPos = getVectorLengthParamPos(getIntrinsicID()); in setVectorLengthParam() local
315 setArgOperand(*EVLPos, NewEVL); in setVectorLengthParam()