Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7438 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in identifyReplacementTypes() local
7439 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) in identifyReplacementTypes()
7440 ReplacementTypes.push_back(PrivStructType->getElementType(u)); in identifyReplacementTypes()
7460 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in createInitialization() local
7461 const StructLayout *PrivStructLayout = DL.getStructLayout(PrivStructType); in createInitialization()
7462 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) { in createInitialization()
7492 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in createReplacementValues() local
7493 const StructLayout *PrivStructLayout = DL.getStructLayout(PrivStructType); in createReplacementValues()
7494 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) { in createReplacementValues()
7495 Type *PointeeTy = PrivStructType->getElementType(u); in createReplacementValues()