Searched defs:VectorTypes (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContextImpl.h190 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes; member in class:llvm::LLVMContextImpl
/external/llvm/lib/IR/
H A DLLVMContextImpl.h1127 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes; member in class:llvm::LLVMContextImpl
/external/clang/include/clang/AST/
H A DASTContext.h110 mutable llvm::FoldingSet<VectorType> VectorTypes; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaOverload.cpp6842 TypeSet VectorTypes; member in class:__anon1548::BuiltinCandidateTypeSet
6901 iterator vector_begin() { return VectorTypes.begin(); }
6902 iterator vector_end() { return VectorTypes.end(); }
7077 VectorTypes.insert(Ty);

Completed in 183 milliseconds