Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp98 int computeScale(unsigned GEPElemSize, unsigned MemoryElemSize);
324 unsigned MemoryElemSize) { in computeScale() argument
327 if (GEPElemSize == 32 && MemoryElemSize == 32) in computeScale()
329 else if (GEPElemSize == 16 && MemoryElemSize == 16) in computeScale()