Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp792 auto I = LLVMGetIndices(Src)[0]; in CloneInstruction()
803 auto I = LLVMGetIndices(Src)[0]; in CloneInstruction()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3619 const unsigned *LLVMGetIndices(LLVMValueRef Inst);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c756 const unsigned *Indices = LLVMGetIndices(Instr); in llvm_indices()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp3006 const unsigned *LLVMGetIndices(LLVMValueRef Inst) { in LLVMGetIndices() function