Searched refs:pElemTy (Results 1 – 2 of 2) sorted by relevance
1078 Type* pElemTy = pType->getStructElementType(0); in GetTypeSize() local1079 return numElems * GetTypeSize(pElemTy); in GetTypeSize()1085 Type* pElemTy = pType->getArrayElementType(); in GetTypeSize() local1086 return numElems * GetTypeSize(pElemTy); in GetTypeSize()
338 Type* pElemTy; in ProcessIntrinsicAdvanced() local339 GetRequestedWidthAndType(pCallInst, pFunc->getName(), &vecWidth, &pElemTy); in ProcessIntrinsicAdvanced()375 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()