Searched refs:unpaddedIndex (Results 1 – 4 of 4) sorted by relevance
200 unsigned unpaddedIndex = 0; in getCoerceAndExpand() local204 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()
251 unsigned unpaddedIndex = 0; in getCoerceAndExpand() local255 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()
4029 unsigned unpaddedIndex = 0; in EmitCall() local4036 elt = Builder.CreateExtractValue(elt, unpaddedIndex++); in EmitCall()4038 assert(unpaddedIndex == 0); in EmitCall()
5080 unsigned unpaddedIndex = 0; in EmitCall() local5087 elt = Builder.CreateExtractValue(elt, unpaddedIndex++); in EmitCall()5089 assert(unpaddedIndex == 0); in EmitCall()