Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h195 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand() local
196 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()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h246 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand() local
247 assert(!unpaddedStruct || unpaddedStruct->getNumElements() != 1); in getCoerceAndExpand()
254 if (unpaddedStruct) { in getCoerceAndExpand()
255 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType); in getCoerceAndExpand()
263 if (unpaddedStruct) { in getCoerceAndExpand()
264 assert(unpaddedStruct->getNumElements() == unpaddedIndex); in getCoerceAndExpand()