Searched refs:ArrayTy (Results 1 - 8 of 8) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c363 CAMLprim value llvm_array_length(LLVMTypeRef ArrayTy) { argument
364 return Val_int(LLVMGetArrayLength(ArrayTy));
/external/llvm/include/llvm-c/
H A DCore.h899 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3090 ArrayType *ArrayTy = ArrayType::get(DefaultResult->getType(), TableSize); local
3091 Constant *Initializer = ConstantArray::get(ArrayTy, TableContents);
3093 GlobalVariable *GV = new GlobalVariable(M, ArrayTy, /*constant=*/ true,
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp224 llvm::ArrayType *ArrayTy = llvm::ArrayType::get(Ty, V.size()); local
225 return MakeGlobal(ArrayTy, V, Name, linkage);
H A DCodeGenFunction.h1799 const ConstantArrayType *ArrayTy,
/external/llvm/lib/VMCore/
H A DCore.cpp392 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { argument
393 return unwrap<ArrayType>(ArrayTy)->getNumElements();
/external/clang/lib/Sema/
H A DSemaChecking.cpp5106 const ConstantArrayType *ArrayTy = local
5108 if (!ArrayTy)
5124 llvm::APInt size = ArrayTy->getSize();
H A DSemaDeclCXX.cpp7379 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); local
7380 if (!ArrayTy) {
7428 = ArrayTy->getSize().zextOrTrunc(S.Context.getTypeSize(SizeType));
7451 StmtResult Copy = BuildSingleCopyAssign(S, Loc, ArrayTy->getElementType(),

Completed in 1605 milliseconds