Home
last modified time | relevance | path

Searched refs:LLVMGetIndices (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp787 auto I = LLVMGetIndices(Src)[0]; in CloneInstruction()
798 auto I = LLVMGetIndices(Src)[0]; in CloneInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3547 const unsigned *LLVMGetIndices(LLVMValueRef Inst);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c757 const unsigned *Indices = LLVMGetIndices(Instr); in llvm_indices()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1319 indicesPtr := C.LLVMGetIndices(v.C)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3033 const unsigned *LLVMGetIndices(LLVMValueRef Inst) { in LLVMGetIndices() function