Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp39 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in TypedPointerType
H A DType.cpp597 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
659 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
683 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
764 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp233 static bool isValidElementType(Type *Ty) { in isValidElementType() function
[all...]