Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp38 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in TypedPointerType
H A DType.cpp706 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
768 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
792 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
878 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp109 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp236 static bool isValidElementType(Type *Ty) { in isValidElementType() function