Searched defs:isValidElementType (Results 1 – 2 of 2) sorted by relevance
511 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType599 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType628 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType663 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
194 static bool isValidElementType(Type *Ty) { in isValidElementType() function