Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp790 auto I = LLVMGetIndices(Src)[0]; in CloneInstruction()
801 auto I = LLVMGetIndices(Src)[0]; in CloneInstruction()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3614 const unsigned *LLVMGetIndices(LLVMValueRef Inst);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c757 const unsigned *Indices = LLVMGetIndices(Instr); in llvm_indices()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1285 indicesPtr := C.LLVMGetIndices(v.C)
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3028 const unsigned *LLVMGetIndices(LLVMValueRef Inst) { in LLVMGetIndices() function