Searched refs:isValidElementType (Results 1 – 7 of 7) sorted by relevance
273 static bool isValidElementType(Type *ElemTy);349 static bool isValidElementType(Type *ElemTy);428 static bool isValidElementType(Type *ElemTy);465 static bool isValidElementType(Type *ElemTy);
601 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType683 assert(isValidElementType(ElementType) && "Invalid type for array element!"); in get()694 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType711 assert(isValidElementType(ElementType) && "Element type of a VectorType must " in get()724 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType735 assert(isValidElementType(EltTy) && "Invalid type for pointer element!"); in get()763 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
94 static bool isValidElementType(Type *Ty) { in isValidElementType() function95 return VectorType::isValidElementType(Ty) && !Ty->isX86_FP80Ty() && in isValidElementType()1163 if (Ty != SrcTy || !isValidElementType(Ty)) { in buildTree_rec()3305 if (!isValidElementType(Ty)) in collectStores()3347 if (!isValidElementType(Ty)) in tryToVectorizeList()3566 if (!isValidElementType(Ty)) in matchAssociativeReduction()
903 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) || in isInstVectorizable()904 !(VectorType::isValidElementType(T2) || T2->isVectorTy())) in isInstVectorizable()
3788 if ((!VectorType::isValidElementType(it->getType()) && in canVectorizeInstrs()3799 if (!VectorType::isValidElementType(T)) { in canVectorizeInstrs()
753 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseGlobal()1753 if (!PointerType::isValidElementType(Result)) in ParseType()1765 if (!PointerType::isValidElementType(Result)) in ParseType()2040 if (!StructType::isValidElementType(Ty)) in ParseStructBody()2047 if (!StructType::isValidElementType(Ty)) in ParseStructBody()2086 if (!VectorType::isValidElementType(EltTy)) in ParseArrayVectorType()2090 if (!ArrayType::isValidElementType(EltTy)) in ParseArrayVectorType()5252 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseAlloc()
1010 if (!VectorType::isValidElementType(TgtTy)) in visitShuffleVectorInst()