Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp591 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument
592 : Type(ElType->getContext(), ArrayTyID), ContainedType(ElType), in ArrayType()
621 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() argument
622 : Type(ElType->getContext(), TID), ContainedType(ElType), in VectorType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h365 ArrayType(Type *ElType, uint64_t NumEl);
418 VectorType(Type *ElType, unsigned EQ, Type::TypeID TID);
635 explicit PointerType(Type *ElType, unsigned AddrSpace);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp4433 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion() local
4434 bool isFloatingComplex = ElType->isRealFloatingType(); in PerformImplicitConversion()
4437 if (Context.hasSameUnqualifiedType(ElType, From->getType())) { in PerformImplicitConversion()
4440 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion()
4444 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion()
4455 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion() local
4456 bool isFloatingComplex = ElType->isRealFloatingType(); in PerformImplicitConversion()
4459 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion()
4465 if (Context.hasSameUnqualifiedType(ElType, ToType)) { in PerformImplicitConversion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4034 Type *ElType = OpType->getPointerElementType(); in instrumentAsmArgument() local
4035 if (!ElType->isSized()) in instrumentAsmArgument()
4037 int Size = DL.getTypeStoreSize(ElType); in instrumentAsmArgument()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8661 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerCONCAT_VECTORS_i1() local
8668 EVT ConcatVT = MVT::getVectorVT(ElType, NumElts); in LowerCONCAT_VECTORS_i1()
8736 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerEXTRACT_SUBVECTOR() local
8738 EVT SubVT = MVT::getVectorVT(ElType, NumElts); in LowerEXTRACT_SUBVECTOR()