Home
last modified time | relevance | path

Searched refs:GEPElemSize (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);
323 int MVEGatherScatterLowering::computeScale(unsigned GEPElemSize, in computeScale() argument
327 if (GEPElemSize == 32 && MemoryElemSize == 32) in computeScale()
329 else if (GEPElemSize == 16 && MemoryElemSize == 16) in computeScale()
331 else if (GEPElemSize == 8) in computeScale()