reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
764 assert(isa<VectorType>(VecTy) && "Expect a vector type"); 767 bool EltIs64Bits = DL.getTypeSizeInBits(VecTy->getScalarType()) == 64; 771 unsigned NumElts = VecTy->getVectorNumElements(); 772 auto *SubVecTy = VectorType::get(VecTy->getScalarType(), NumElts / Factor); 782 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,