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.cpp7514 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in identifyReplacementTypes() local
7515 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) in identifyReplacementTypes()
7516 ReplacementTypes.push_back(PrivStructType->getElementType(u)); in identifyReplacementTypes()
7536 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in createInitialization() local
7537 const StructLayout *PrivStructLayout = DL.getStructLayout(PrivStructType); in createInitialization()
7538 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) { in createInitialization()
7568 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in createReplacementValues() local
7569 const StructLayout *PrivStructLayout = DL.getStructLayout(PrivStructType); in createReplacementValues()
7570 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) { in createReplacementValues()
7571 Type *PointeeTy = PrivStructType->getElementType(u); in createReplacementValues()