Searched refs:ElType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 597 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument 598 : Type(ElType->getContext(), ArrayTyID), ContainedType(ElType), in ArrayType() 627 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() argument 628 : Type(ElType->getContext(), TID), ContainedType(ElType), in VectorType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 362 ArrayType(Type *ElType, uint64_t NumEl); 415 VectorType(Type *ElType, unsigned EQ, Type::TypeID TID); 632 explicit PointerType(Type *ElType, unsigned AddrSpace);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 4473 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion() local 4474 bool isFloatingComplex = ElType->isRealFloatingType(); in PerformImplicitConversion() 4477 if (Context.hasSameUnqualifiedType(ElType, From->getType())) { in PerformImplicitConversion() 4480 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion() 4484 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion() 4495 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion() local 4496 bool isFloatingComplex = ElType->isRealFloatingType(); in PerformImplicitConversion() 4499 From = ImpCastExprToType(From, ElType, in PerformImplicitConversion() 4506 if (Context.hasSameUnqualifiedType(ElType, ToType)) { in PerformImplicitConversion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 4056 Type *ElType = OpType->getPointerElementType(); in instrumentAsmArgument() local 4057 if (!ElType->isSized()) in instrumentAsmArgument() 4059 int Size = DL.getTypeStoreSize(ElType); in instrumentAsmArgument()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8845 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerCONCAT_VECTORS_i1() local 8852 EVT ConcatVT = MVT::getVectorVT(ElType, NumElts); in LowerCONCAT_VECTORS_i1() 8920 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerEXTRACT_SUBVECTOR() local 8922 EVT SubVT = MVT::getVectorVT(ElType, NumElts); in LowerEXTRACT_SUBVECTOR()
|