Home
last modified time | relevance | path

Searched defs:isValidElementType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp548 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
610 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
635 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
732 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp197 static bool isValidElementType(Type *Ty) { in isValidElementType() function