Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp435 bool StructType::containsHomogeneousScalableVectorTypes() const { in containsHomogeneousScalableVectorTypes() function in StructType
566 if (containsHomogeneousScalableVectorTypes()) { in isSized()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h301 bool containsHomogeneousScalableVectorTypes() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3239 assert(STy->containsHomogeneousScalableVectorTypes() && in EmitFunctionProlog()
5318 assert(STy->containsHomogeneousScalableVectorTypes() && in EmitCall()