Searched defs:isValidElementType (Results 1 – 2 of 2) sorted by relevance
548 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType610 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType635 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType732 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
197 static bool isValidElementType(Type *Ty) { in isValidElementType() function