Searched refs:getArrayStride (Results 1 – 5 of 5) sorted by relevance
144 unsigned getArrayStride() const;229 unsigned getArrayStride() const;
64 unsigned ArrayType::getArrayStride() const { return getImpl()->stride; } in getArrayStride() function in ArrayType82 return (*size + getArrayStride()) * getNumElements(); in getSizeInBytes()467 unsigned RuntimeArrayType::getArrayStride() const { return getImpl()->stride; } in getArrayStride() function in RuntimeArrayType
778 if (unsigned stride = type.getArrayStride()) in print()785 if (unsigned stride = type.getArrayStride()) in print()
265 if (unsigned stride = type.getArrayStride()) { in processTypeDecoration()275 if (unsigned stride = type.getArrayStride()) { in processTypeDecoration()
251 unsigned stride = type.getArrayStride(); in convertArrayType()275 if (type.getArrayStride() != 0) in convertRuntimeArrayType()