Home
last modified time | relevance | path

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

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