Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h200 unsigned unpaddedIndex = 0; in getCoerceAndExpand() local
204 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType); in getCoerceAndExpand()
206 assert(unpaddedIndex == 0 && unpaddedCoerceToType == eltType); in getCoerceAndExpand()
208 unpaddedIndex++; in getCoerceAndExpand()
213 assert(unpaddedStruct->getNumElements() == unpaddedIndex); in getCoerceAndExpand()
215 assert(unpaddedIndex == 1); in getCoerceAndExpand()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h251 unsigned unpaddedIndex = 0; in getCoerceAndExpand() local
255 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType); in getCoerceAndExpand()
257 assert(unpaddedIndex == 0 && unpaddedCoerceToType == eltType); in getCoerceAndExpand()
259 unpaddedIndex++; in getCoerceAndExpand()
264 assert(unpaddedStruct->getNumElements() == unpaddedIndex); in getCoerceAndExpand()
266 assert(unpaddedIndex == 1); in getCoerceAndExpand()
/external/clang/lib/CodeGen/
DCGCall.cpp4029 unsigned unpaddedIndex = 0; in EmitCall() local
4036 elt = Builder.CreateExtractValue(elt, unpaddedIndex++); in EmitCall()
4038 assert(unpaddedIndex == 0); in EmitCall()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp5080 unsigned unpaddedIndex = 0; in EmitCall() local
5087 elt = Builder.CreateExtractValue(elt, unpaddedIndex++); in EmitCall()
5089 assert(unpaddedIndex == 0); in EmitCall()