Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp511 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
599 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
628 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
663 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp194 static bool isValidElementType(Type *Ty) { in isValidElementType() function