Searched defs:isValidElementType (Results 1 – 4 of 4) sorted by relevance
543 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType637 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType666 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType699 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
494 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType580 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType608 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType643 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
530 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType620 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType650 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType689 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
108 static bool isValidElementType(Type *Ty) { in isValidElementType() function