Searched defs:isValidElementType (Results 1 – 2 of 2) sorted by relevance
554 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType616 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType641 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType742 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
198 static bool isValidElementType(Type *Ty) { in isValidElementType() function