Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp526 bool StructType::containsHomogeneousScalableVectorTypes() const { in containsHomogeneousScalableVectorTypes() function in StructType
675 if (containsHomogeneousScalableVectorTypes()) { in isSized()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h321 LLVM_ABI bool containsHomogeneousScalableVectorTypes() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3365 assert(STy->containsHomogeneousScalableVectorTypes() && in EmitFunctionProlog()
5554 assert(STy->containsHomogeneousScalableVectorTypes() && in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1195 (STy && STy->containsHomogeneousScalableVectorTypes())) { in visitAllocaInst()