Home
last modified time | relevance | path

Searched refs:LLVMCountStructElementTypes (Results 1 – 14 of 14) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp118 unsigned EltCount = LLVMCountStructElementTypes(Src); in Clone()
297 unsigned EltCount = LLVMCountStructElementTypes(Ty); in clone_constant_impl()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp119 unsigned EltCount = LLVMCountStructElementTypes(Src); in Clone()
309 unsigned EltCount = LLVMCountStructElementTypes(Ty); in clone_constant_impl()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h416 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
/external/llvm/include/llvm-c/
DCore.h1030 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1189 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c325 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c498 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c429 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp324 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
/external/llvm/lib/IR/
DCore.cpp538 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
/external/llvm/bindings/go/llvm/
Dir.go594 func (t Type) StructElementTypesCount() int { return int(C.LLVMCountStructElementTypes(t.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go621 func (t Type) StructElementTypesCount() int { return int(C.LLVMCountStructElementTypes(t.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp685 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6656 unsigned ret_size = LLVMCountStructElementTypes(ret_type); in si_build_wrapper_function()