Searched refs:ElementCount (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm-c/
H A DCore.h943 unsigned ElementCount, LLVMBool Packed);
950 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
973 unsigned ElementCount, LLVMBool Packed);
1039 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
1078 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
/external/llvm/lib/IR/
H A DCore.cpp415 unsigned ElementCount, LLVMBool Packed) {
416 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); local
421 unsigned ElementCount, LLVMBool Packed) {
423 ElementCount, Packed);
440 unsigned ElementCount, LLVMBool Packed) {
441 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); local
470 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
471 return wrap(ArrayType::get(unwrap(ElementType), ElementCount));
478 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
479 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
414 LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
420 LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
439 LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c4409 cmsUInt32Number ElementCount; local
4424 if (!_cmsReadUInt32Number(io, &ElementCount)) return NULL;
4426 if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) {
/external/clang/lib/AST/
H A DASTContext.cpp4312 uint64_t ElementCount = 1; local
4314 ElementCount *= CA->getSize().getZExtValue();
4318 return ElementCount;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7204 unsigned ElementCount = SrcVT.getVectorNumElements(); local
7205 SrcVT = MVT::getVectorVT(MVT::getIntegerVT(SrcEltSize * 2), ElementCount);

Completed in 196 milliseconds