HomeSort by relevance Sort by last modified time
    Searched refs:ElType (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 311 SequentialType(TypeID TID, Type *ElType)
312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
337 ArrayType(Type *ElType, uint64_t NumEl);
364 VectorType(Type *ElType, unsigned NumEl);
428 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/llvm/include/llvm/IR/
DerivedTypes.h 320 SequentialType(TypeID TID, Type *ElType)
321 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
343 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
446 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DerivedTypes.h 348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
349 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
370 ArrayType(Type *ElType, uint64_t NumEl);
394 VectorType(Type *ElType, unsigned NumEl);
468 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Type.cpp 565 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
566 : SequentialType(ArrayTyID, ElType, NumEl) {}
590 VectorType::VectorType(Type *ElType, unsigned NumEl)
591 : SequentialType(VectorTyID, ElType, NumEl) {}
  /external/llvm/lib/IR/
Type.cpp 603 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
604 : SequentialType(ArrayTyID, ElType) {
630 VectorType::VectorType(Type *ElType, unsigned NumEl)
631 : SequentialType(VectorTyID, ElType) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 618 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
619 : SequentialType(ArrayTyID, ElType) {
646 VectorType::VectorType(Type *ElType, unsigned NumEl)
647 : SequentialType(VectorTyID, ElType) {
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 807 milliseconds