Searched defs:isValidElementType (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp521 bool StructType::isValidElementType(Type *ElemTy) { function in class:StructType
583 bool ArrayType::isValidElementType(Type *ElemTy) { function in class:ArrayType
607 bool VectorType::isValidElementType(Type *ElemTy) { function in class:VectorType
685 bool PointerType::isValidElementType(Type *ElemTy) { function in class:PointerType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp195 static bool isValidElementType(Type *Ty) { function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3439 static bool isValidElementType(QualType T) { function in class:clang::MatrixType

Completed in 224 milliseconds