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

  /external/llvm/include/llvm-c/
Core.h 855 unsigned ElementCount, LLVMBool Packed);
862 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
885 unsigned ElementCount, LLVMBool Packed);
957 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
996 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 428 unsigned ElementCount, LLVMBool Packed) {
429 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
434 unsigned ElementCount, LLVMBool Packed) {
436 ElementCount, Packed);
453 unsigned ElementCount, LLVMBool Packed) {
454 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
488 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) {
489 return wrap(ArrayType::get(unwrap(ElementType), ElementCount));
496 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) {
497 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 624 PULONG ElementCount,
632 PULONG ElementCount,
winnt.h     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 236 milliseconds