Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp543 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
637 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
666 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
699 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp494 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
580 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
608 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
643 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/external/llvm/lib/IR/
DType.cpp530 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
620 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
650 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
689 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp108 static bool isValidElementType(Type *Ty) { in isValidElementType() function