Home
last modified time | relevance | path

Searched refs:LLVMGetElementAsConstant (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DReleaseNotes.rst280 representation. The ``LLVMGetElementAsConstant`` function is deprecated in
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2136 LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned idx),
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c974 return LLVMGetElementAsConstant(Const, Int_val(N)); in llvm_const_element()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1455 LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned idx) { in LLVMGetElementAsConstant() function