Home
last modified time | relevance | path

Searched refs:LLVMGetElementType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp137 Clone(LLVMGetElementType(Src)), in Clone()
144 return LLVMPointerType(Clone(LLVMGetElementType(Src)), in Clone()
148 Clone(LLVMGetElementType(Src)), in Clone()
152 return LLVMScalableVectorType(Clone(LLVMGetElementType(Src)), in Clone()
314 return LLVMConstArray(LLVMGetElementType(Ty), Elts.data(), EltCount); in clone_constant_impl()
/llvm-project-15.0.7/llvm/docs/
H A DOpaquePointers.rst233 Additionally, it will no longer be possible to call ``LLVMGetElementType()``
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1413 LLVMTypeRef LLVMGetElementType(LLVMTypeRef Ty);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml513 external element_type : lltype -> lltype = "LLVMGetElementType"
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go688 func (t Type) ElementType() (rt Type) { rt.C = C.LLVMGetElementType(t.C); return }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp811 LLVMTypeRef LLVMGetElementType(LLVMTypeRef WrappedTy) { in LLVMGetElementType() function