Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp416 if (auto EVLPos = getVectorLengthParamPos(getIntrinsicID())) in getVectorLengthParam() local
417 return getArgOperand(*EVLPos); in getVectorLengthParam()
422 auto EVLPos = getVectorLengthParamPos(getIntrinsicID()); in setVectorLengthParam() local
423 setArgOperand(*EVLPos, NewEVL); in setVectorLengthParam()