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.cpp97 int computeScale(unsigned GEPElemSize, unsigned MemoryElemSize);
323 unsigned MemoryElemSize) { in computeScale() argument
326 if (GEPElemSize == 32 && MemoryElemSize == 32) in computeScale()
328 else if (GEPElemSize == 16 && MemoryElemSize == 16) in computeScale()