Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp599 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
696 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
725 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
764 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType