Home
last modified time | relevance | path

Searched refs:ElType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp640 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument
641 : Type(ElType->getContext(), ArrayTyID), ContainedType(ElType), in ArrayType()
669 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() argument
670 : Type(ElType->getContext(), TID), ContainedType(ElType), in VectorType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypedPointerType.h26 explicit TypedPointerType(Type *ElType, unsigned AddrSpace);
H A DDerivedTypes.h377 ArrayType(Type *ElType, uint64_t NumEl);
430 VectorType(Type *ElType, unsigned EQ, Type::TypeID TID);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4302 QualType ElType = ToVec->getElementType(); in adjustVectorType() local
4304 *ElTy = ElType; in adjustVectorType()
4306 return ElType; in adjustVectorType()
4308 return Context.getExtVectorType(ElType, FromVec->getNumElements()); in adjustVectorType()
4707 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion() local
4708 bool isFloatingComplex = ElType->isRealFloatingType(); in PerformImplicitConversion()
4711 if (Context.hasSameUnqualifiedType(ElType, From->getType())) { in PerformImplicitConversion()
4714 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion()
4718 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion()
4729 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9166 MVT ElType = in LowerCONCAT_VECTORS_i1() local
9170 EVT ConcatVT = MVT::getVectorVT(ElType, NumElts); in LowerCONCAT_VECTORS_i1()
9270 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerEXTRACT_SUBVECTOR() local
9288 EVT SubVT = MVT::getVectorVT(ElType, NumElts); in LowerEXTRACT_SUBVECTOR()