Searched defs:isValidElementType (Results 1 – 3 of 3) sorted by relevance
39 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in TypedPointerType
597 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType659 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType683 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType764 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
233 static bool isValidElementType(Type *Ty) { in isValidElementType() function [all...]