Searched refs:GEPElemSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp245 int GEPElemSize = local
250 if (GEPElemSize == 32 && ResultElemSize == 32) {
252 } else if (GEPElemSize == 16 && ResultElemSize == 16) {
254 } else if (GEPElemSize == 8) {

Completed in 59 milliseconds