Searched defs:LLVMTypeRef (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
H A DTypes.h65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef; typedef in typeref:struct:LLVMOpaqueType
/external/swiftshader/third_party/llvm-subzero/include/llvm-c/
H A DTypes.h65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef; typedef in typeref:struct:LLVMOpaqueType
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DCore.h66 * Each value in the LLVM IR has a type, an LLVMTypeRef. See the llvm::Type
69 typedef struct LLVMOpaqueType *LLVMTypeRef; typedef in typeref:struct:LLVMOpaqueType
362 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
363 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
366 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
369 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
370 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
371 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
372 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
373 LLVMTypeRef LLVMInt64TypeInContex
[all...]

Completed in 230 milliseconds