Searched defs:ElType (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | DerivedTypes.h | 311 SequentialType(TypeID TID, Type *ElType) in SequentialType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 565 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/ |
D | Type.cpp | 618 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() 646 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType()
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 320 SequentialType(TypeID TID, Type *ElType) in SequentialType()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 603 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/ |
D | DerivedTypes.h | 348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3634 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/ |
D | MemorySanitizer.cpp | 3219 Type *ElType = OpType->getPointerElementType(); in visitAsmInstruction() local
|