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

/external/llvm/include/llvm/IR/
H A DDerivedTypes.h270 static bool isValidElementType(Type *ElemTy);
350 static bool isValidElementType(Type *ElemTy);
421 static bool isValidElementType(Type *ElemTy);
460 static bool isValidElementType(Type *ElemTy);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DDerivedTypes.h269 /// isValidElementType - Return true if the specified type is valid as a
271 static bool isValidElementType(Type *ElemTy);
344 /// isValidElementType - Return true if the specified type is valid as a
346 static bool isValidElementType(Type *ElemTy);
403 /// isValidElementType - Return true if the specified type is valid as a
405 static bool isValidElementType(Type *ElemTy);
440 /// isValidElementType - Return true if the specified type is valid as a
442 static bool isValidElementType(Type *ElemTy);
/external/llvm/lib/IR/
H A DType.cpp530 bool StructType::isValidElementType(Type *ElemTy) { function in class:StructType
609 assert(isValidElementType(ElementType) && "Invalid type for array element!");
620 bool ArrayType::isValidElementType(Type *ElemTy) { function in class:ArrayType
637 assert(isValidElementType(ElementType) && "Element type of a VectorType must "
650 bool VectorType::isValidElementType(Type *ElemTy) { function in class:VectorType
661 assert(isValidElementType(EltTy) && "Invalid type for pointer element!");
689 bool PointerType::isValidElementType(Type *ElemTy) { function in class:PointerType
695 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DType.cpp383 assert(isValidElementType(ETypes[i]) &&
543 bool StructType::isValidElementType(Type *ElemTy) { function in class:StructType
626 assert(isValidElementType(ElementType) && "Invalid type for array element!");
637 bool ArrayType::isValidElementType(Type *ElemTy) { function in class:ArrayType
654 assert(isValidElementType(ElementType) &&
666 bool VectorType::isValidElementType(Type *ElemTy) { function in class:VectorType
676 assert(isValidElementType(EltTy) && "Invalid type for pointer element!");
699 bool PointerType::isValidElementType(Type *ElemTy) { function in class:PointerType
/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp509 if (!VectorType::isValidElementType(Ty->getScalarType()))
545 if (!VectorType::isValidElementType(Ty->getScalarType()))
H A DSLPVectorizer.cpp108 static bool isValidElementType(Type *Ty) { function
109 return VectorType::isValidElementType(Ty) && !Ty->isX86_FP80Ty() &&
1197 if (Ty != SrcTy || !isValidElementType(Ty)) {
1471 if (!isValidElementType(EltTy))
3715 if (!isValidElementType(SI->getValueOperand()->getType()))
3727 if (!isValidElementType(Idx->getType()))
3765 if (!isValidElementType(Ty))
3992 if (!isValidElementType(Ty))
H A DBBVectorize.cpp918 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) ||
919 !(VectorType::isValidElementType(T2) || T2->isVectorTy()))
H A DLoopVectorize.cpp4681 if ((!VectorType::isValidElementType(I.getType()) &&
4693 if (!VectorType::isValidElementType(T)) {
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.cpp1310 if (!PointerType::isValidElementType(Result))
1322 if (!PointerType::isValidElementType(Result))
1568 if (!StructType::isValidElementType(Ty))
1575 if (!StructType::isValidElementType(Ty))
1614 if (!VectorType::isValidElementType(EltTy))
1618 if (!ArrayType::isValidElementType(EltTy))
/external/llvm/lib/AsmParser/
H A DLLParser.cpp867 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty))
2041 if (!PointerType::isValidElementType(Result))
2053 if (!PointerType::isValidElementType(Result))
2380 if (!StructType::isValidElementType(Ty))
2387 if (!StructType::isValidElementType(Ty))
2426 if (!VectorType::isValidElementType(EltTy))
2430 if (!ArrayType::isValidElementType(EltTy))
5970 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1050 if (!VectorType::isValidElementType(TgtTy))
H A DInstCombineCasts.cpp1782 if (!VectorType::isValidElementType(DestType))
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1685 !PointerType::isValidElementType(ResultTy))
1803 if (!ResultTy || !ArrayType::isValidElementType(ResultTy))
1813 if (!ResultTy || !StructType::isValidElementType(ResultTy))

Completed in 477 milliseconds