Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h190 llvm::Type *unpaddedCoerceToType) { in getCoerceAndExpand() argument
195 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand()
206 assert(unpaddedIndex == 0 && unpaddedCoerceToType == eltType); in getCoerceAndExpand()
221 AI.setUnpaddedCoerceToType(unpaddedCoerceToType); in getCoerceAndExpand()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h241 llvm::Type *unpaddedCoerceToType) { in getCoerceAndExpand() argument
246 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand()
257 assert(unpaddedIndex == 0 && unpaddedCoerceToType == eltType); in getCoerceAndExpand()
272 AI.setUnpaddedCoerceToType(unpaddedCoerceToType); in getCoerceAndExpand()