Searched refs:GEPElemSize (Results 1 – 1 of 1) sorted by relevance
98 int computeScale(unsigned GEPElemSize, unsigned MemoryElemSize);323 int MVEGatherScatterLowering::computeScale(unsigned GEPElemSize, in computeScale() argument327 if (GEPElemSize == 32 && MemoryElemSize == 32) in computeScale()329 else if (GEPElemSize == 16 && MemoryElemSize == 16) in computeScale()331 else if (GEPElemSize == 8) in computeScale()