Home
last modified time | relevance | path

Searched refs:isValidElementType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/
DDerivedTypes.h275 static bool isValidElementType(Type *ElemTy);
350 static bool isValidElementType(Type *ElemTy);
410 static bool isValidElementType(Type *ElemTy);
448 static bool isValidElementType(Type *ElemTy);
/external/llvm/lib/VMCore/
DType.cpp623 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
706 assert(isValidElementType(ElementType) && "Invalid type for array element!"); in get()
717 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
734 assert(isValidElementType(ElementType) && in get()
746 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
758 assert(isValidElementType(EltTy) && "Invalid type for pointer element!"); in get()
786 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/external/llvm/lib/AsmParser/
DLLParser.cpp1347 if (!PointerType::isValidElementType(Result)) in ParseType()
1359 if (!PointerType::isValidElementType(Result)) in ParseType()
1605 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
1612 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
1651 if (!VectorType::isValidElementType(EltTy)) in ParseArrayVectorType()
1656 if (!ArrayType::isValidElementType(EltTy)) in ParseArrayVectorType()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp666 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) || in isInstVectorizable()
667 !(VectorType::isValidElementType(T2) || T2->isVectorTy())) in isInstVectorizable()