Searched refs:ElType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | TypedPointerType.h | 27 explicit TypedPointerType(Type *ElType, unsigned AddrSpace);
|
| H A D | DerivedTypes.h | 404 ArrayType(Type *ElType, uint64_t NumEl); 457 LLVM_ABI VectorType(Type *ElType, unsigned EQ, Type::TypeID TID);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 749 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument 750 : Type(ElType->getContext(), ArrayTyID), ContainedType(ElType), in ArrayType() 778 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() argument 779 : Type(ElType->getContext(), TID), ContainedType(ElType), in VectorType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 4652 QualType ElType = ToType; in adjustVectorType() local 4654 ElType = ToVec->getElementType(); in adjustVectorType() 4657 *ElTy = ElType; in adjustVectorType() 4659 return ElType; in adjustVectorType() 4661 return Context.getExtVectorType(ElType, FromVec->getNumElements()); in adjustVectorType() 5077 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion() local 5078 bool isFloatingComplex = ElType->isRealFloatingType(); in PerformImplicitConversion() 5081 if (Context.hasSameUnqualifiedType(ElType, From->getType())) { in PerformImplicitConversion() 5084 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion() 5088 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 9218 MVT ElType = in LowerCONCAT_VECTORS_i1() local 9222 EVT ConcatVT = MVT::getVectorVT(ElType, NumElts); in LowerCONCAT_VECTORS_i1() 9322 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerEXTRACT_SUBVECTOR() local 9340 EVT SubVT = MVT::getVectorVT(ElType, NumElts); in LowerEXTRACT_SUBVECTOR()
|