reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
374 if (!AllocaTy || 375 AllocaTy->getNumElements() > 16 || 376 AllocaTy->getNumElements() < 2 || 377 !VectorType::isValidElementType(AllocaTy->getElementType())) { 413 VectorType *VectorTy = dyn_cast<VectorType>(AllocaTy); 415 VectorTy = arrayTypeToVecType(cast<ArrayType>(AllocaTy)); 417 LLVM_DEBUG(dbgs() << " Converting alloca to vector " << *AllocaTy << " -> "