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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DType.cpp599 bool StructType::isValidElementType(Type *ElemTy) { function in class:StructType
696 bool ArrayType::isValidElementType(Type *ElemTy) { function in class:ArrayType
725 bool VectorType::isValidElementType(Type *ElemTy) { function in class:VectorType
764 bool PointerType::isValidElementType(Type *ElemTy) { function in class:PointerType

Completed in 119 milliseconds