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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DType.cpp549 bool StructType::isValidElementType(Type *ElemTy) { function in class:StructType
643 bool ArrayType::isValidElementType(Type *ElemTy) { function in class:ArrayType
673 bool VectorType::isValidElementType(Type *ElemTy) { function in class:VectorType
712 bool PointerType::isValidElementType(Type *ElemTy) { function in class:PointerType
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp112 static bool isValidElementType(Type *Ty) { function in namespace:__anon3297

Completed in 110 milliseconds