Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp554 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
616 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
641 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
742 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp198 static bool isValidElementType(Type *Ty) { in isValidElementType() function