Searched refs:LLVMSetOperand (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
H A D | core.py | 190 return lib.LLVMSetOperand(self, i, v) 373 return lib.LLVMSetOperand(self.__as_value(), 562 library.LLVMSetOperand.argtypes = [Value, Value, c_uint] 563 library.LLVMSetOperand.restype = None
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
H A D | Core.h | 1836 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 745 LLVMSetOperand(U, Int_val(I), V); in llvm_set_operand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 801 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 1047 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand() function
|