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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp247 int ResultElemSize = Ty->getScalarSizeInBits(); local
250 if (GEPElemSize == 32 && ResultElemSize == 32) {
252 } else if (GEPElemSize == 16 && ResultElemSize == 16) {

Completed in 51 milliseconds