Searched refs:isExtVectorType (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprMember.cpp1628 if (BaseType->isExtVectorType()) {
H A DSemaExpr.cpp5821 if (srcTy->isScalarType() && destTy->isExtVectorType()) return false;
5822 if (destTy->isScalarType() && srcTy->isExtVectorType()) return false;
5878 if (VectorTy->isExtVectorType() && SplattedExpr->getType()->isBooleanType()) {
5903 assert(DestTy->isExtVectorType() && "Not an extended vector type!");
7367 if (LHSType->isExtVectorType()) {
7368 if (RHSType->isExtVectorType())
11381 else if (resultType->isExtVectorType()) {
11426 } else if (resultType->isExtVectorType()) {
H A DSemaCast.cpp2463 if (DestType->isExtVectorType()) {
H A DSemaOverload.cpp1450 if (ToType->isExtVectorType()) {
1453 if (FromType->isExtVectorType())
7776 if ((*Vec1)->isExtVectorType() || !(*Vec2)->isExtVectorType())
H A DSemaDeclAttr.cpp2597 if (!ParmType->isExtVectorType() && !ParmType->isFloatingType() &&
H A DSemaInit.cpp1547 if (IType->isExtVectorType())
/external/clang/include/clang/AST/
H A DType.h1688 bool isExtVectorType() const; // Extended vector type.
5554 inline bool Type::isExtVectorType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp813 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
1879 if (E->getType()->isExtVectorType()) {

Completed in 460 milliseconds