Searched defs:isValidElementType (Results 1 – 3 of 3) sorted by relevance
39 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in TypedPointerType
590 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType652 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType677 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType780 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
200 static bool isValidElementType(Type *Ty) { in isValidElementType() function