Searched refs:unpaddedStruct (Results 1 – 1 of 1) sorted by relevance
221 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand() local222 assert(!unpaddedStruct || unpaddedStruct->getNumElements() != 1); in getCoerceAndExpand()229 if (unpaddedStruct) { in getCoerceAndExpand()230 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType); in getCoerceAndExpand()238 if (unpaddedStruct) { in getCoerceAndExpand()239 assert(unpaddedStruct->getNumElements() == unpaddedIndex); in getCoerceAndExpand()