Searched defs:isValidElementType (Results 1 – 4 of 4) sorted by relevance
38 bool TypedPointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in TypedPointerType
706 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType768 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType792 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType878 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
109 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
236 static bool isValidElementType(Type *Ty) { in isValidElementType() function