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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp144 Type *OffsType = VectorType::getInteger(cast<VectorType>(Ty)); local
148 if (OffsType != Offsets->getType()) {
149 if (OffsType->getScalarSizeInBits() >
152 Offsets = Builder.CreateZExt(Offsets, OffsType, "");

Completed in 43 milliseconds