Home
last modified time | relevance | path

Searched defs:ElType (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h311 SequentialType(TypeID TID, Type *ElType) in SequentialType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp565 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType()
590 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp618 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType()
646 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType()
/external/llvm/include/llvm/IR/
DDerivedTypes.h320 SequentialType(TypeID TID, Type *ElType) in SequentialType()
/external/llvm/lib/IR/
DType.cpp603 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType()
630 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDerivedTypes.h348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
/external/clang/lib/Sema/
DSemaExprCXX.cpp3634 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion() local
3658 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3219 Type *ElType = OpType->getPointerElementType(); in visitAsmInstruction() local