Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7453 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in identifyReplacementTypes() local
7454 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) in identifyReplacementTypes()
7455 ReplacementTypes.push_back(PrivStructType->getElementType(u)); in identifyReplacementTypes()
7475 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in createInitialization() local
7476 const StructLayout *PrivStructLayout = DL.getStructLayout(PrivStructType); in createInitialization()
7477 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) { in createInitialization()
7507 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in createReplacementValues() local
7508 const StructLayout *PrivStructLayout = DL.getStructLayout(PrivStructType); in createReplacementValues()
7509 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) { in createReplacementValues()
7510 Type *PointeeTy = PrivStructType->getElementType(u); in createReplacementValues()