Searched refs:DataTypeVTy (Results 1 – 1 of 1) sorted by relevance
288 if (auto *DataTypeVTy = dyn_cast<VectorType>(DataType)) { in isLegalNTStore() local290 cast<FixedVectorType>(DataTypeVTy)->getNumElements(); in isLegalNTStore()291 unsigned EltSize = DataTypeVTy->getElementType()->getScalarSizeInBits(); in isLegalNTStore()