Searched refs:isValidElementType (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h271 /// isValidElementType - Return true if the specified type is valid as a
273 static bool isValidElementType(Type *ElemTy);
344 /// isValidElementType - Return true if the specified type is valid as a
346 static bool isValidElementType(Type *ElemTy);
403 /// isValidElementType - Return true if the specified type is valid as a
405 static bool isValidElementType(Type *ElemTy);
440 /// isValidElementType - Return true if the specified type is valid as a
442 static bool isValidElementType(Type *ElemTy);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DType.cpp599 bool StructType::isValidElementType(Type *ElemTy) { function in class:StructType
685 assert(isValidElementType(ElementType) && "Invalid type for array element!");
696 bool ArrayType::isValidElementType(Type *ElemTy) { function in class:ArrayType
713 assert(isValidElementType(ElementType) &&
725 bool VectorType::isValidElementType(Type *ElemTy) { function in class:VectorType
736 assert(isValidElementType(EltTy) && "Invalid type for pointer element!");
764 bool PointerType::isValidElementType(Type *ElemTy) { function in class:PointerType
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1625 if (!PointerType::isValidElementType(Result))
1637 if (!PointerType::isValidElementType(Result))
1891 if (!StructType::isValidElementType(Ty))
1898 if (!StructType::isValidElementType(Ty))
1937 if (!VectorType::isValidElementType(EltTy))
1941 if (!ArrayType::isValidElementType(EltTy))
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp878 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) ||
879 !(VectorType::isValidElementType(T2) || T2->isVectorTy()))
H A DLoopVectorize.cpp2523 if (!VectorType::isValidElementType(it->getType()) &&
2532 if (!VectorType::isValidElementType(T))

Completed in 140 milliseconds