Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h256 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand() local
257 assert(!unpaddedStruct || unpaddedStruct->getNumElements() != 1); in getCoerceAndExpand()
264 if (unpaddedStruct) { in getCoerceAndExpand()
265 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType); in getCoerceAndExpand()
273 if (unpaddedStruct) { in getCoerceAndExpand()
274 assert(unpaddedStruct->getNumElements() == unpaddedIndex); in getCoerceAndExpand()