Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp393 auto GetVectorLengthOfType = [](const Type *T) -> ElementCount { in getStaticVectorLength() local
404 return GetVectorLengthOfType(getType()); in getStaticVectorLength()
406 return GetVectorLengthOfType(VPMask->getType()); in getStaticVectorLength()