Searched refs:unpaddedStruct (Results 1 – 1 of 1) sorted by relevance
195 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand() local196 assert(!unpaddedStruct || unpaddedStruct->getNumElements() != 1); in getCoerceAndExpand()203 if (unpaddedStruct) { in getCoerceAndExpand()204 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType); in getCoerceAndExpand()212 if (unpaddedStruct) { in getCoerceAndExpand()213 assert(unpaddedStruct->getNumElements() == unpaddedIndex); in getCoerceAndExpand()