Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h273 if (!StructTy->isLiteral() || !StructTy->containsHomogeneousTypes())
H A DDerivedTypes.h325 LLVM_ABI bool containsHomogeneousTypes() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp529 return containsHomogeneousTypes(); in containsHomogeneousScalableVectorTypes()
532 bool StructType::containsHomogeneousTypes() const { in containsHomogeneousTypes() function in StructType
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp461 if (!STy->containsHomogeneousTypes()) in detectVLSCCEligibleStruct()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp790 if (StructTy && !StructTy->containsHomogeneousTypes()) in canWidenCallReturnType()