Searched defs:isValidElementType (Results 1 – 2 of 2) sorted by relevance
601 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType694 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType724 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType763 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
94 static bool isValidElementType(Type *Ty) { in isValidElementType() function