Searched defs:ElType (Results 1 – 7 of 7) sorted by relevance
565 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType()590 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType()
324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
603 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType()630 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType()
320 SequentialType(TypeID TID, Type *ElType) in SequentialType()
348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
3634 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion() local3658 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion() local
3219 Type *ElType = OpType->getPointerElementType(); in visitAsmInstruction() local