Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DTypedPointerType.cpp39 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in TypedPointerType
H A DType.cpp590 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
652 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
677 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
780 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp200 static bool isValidElementType(Type *Ty) { in isValidElementType() function