HomeSort by relevance Sort by last modified time
    Searched defs:ElementCount (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Core.cpp 294 unsigned ElementCount, LLVMBool Packed) {
295 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
300 unsigned ElementCount, LLVMBool Packed) {
302 ElementCount, Packed);
319 unsigned ElementCount, LLVMBool Packed) {
320 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
349 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) {
350 return wrap(ArrayType::get(unwrap(ElementType), ElementCount));
357 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) {
358 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 32 milliseconds