Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp332 auto GetVectorLengthOfType = [](const Type *T) -> ElementCount { in getStaticVectorLength() local
343 return GetVectorLengthOfType(getType()); in getStaticVectorLength()
345 return GetVectorLengthOfType(VPMask->getType()); in getStaticVectorLength()