Home
last modified time | relevance | path

Searched defs:isValidElementType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DType.cpp601 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
694 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
724 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
763 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp94 static bool isValidElementType(Type *Ty) { in isValidElementType() function