Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7380 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in identifyReplacementTypes() local
7381 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) in identifyReplacementTypes()
7382 ReplacementTypes.push_back(PrivStructType->getElementType(u)); in identifyReplacementTypes()
7402 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in createInitialization() local
7403 const StructLayout *PrivStructLayout = DL.getStructLayout(PrivStructType); in createInitialization()
7404 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) { in createInitialization()
7405 Type *PointeeTy = PrivStructType->getElementType(u)->getPointerTo(); in createInitialization()
7443 if (auto *PrivStructType = dyn_cast<StructType>(PrivType)) { in createReplacementValues() local
7444 const StructLayout *PrivStructLayout = DL.getStructLayout(PrivStructType); in createReplacementValues()
7445 for (unsigned u = 0, e = PrivStructType->getNumElements(); u < e; u++) { in createReplacementValues()
[all …]