Home
last modified time | relevance | path

Searched refs:LLVMGetOperand (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp326 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl()
389 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl()
394 LLVMValueRef Ptr = clone_constant(LLVMGetOperand(Cst, 0), M); in clone_constant_impl()
398 Idx.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl()
499 Dst = LLVMBuildRet(Builder, CloneValue(LLVMGetOperand(Src, 0))); in CloneInstruction()
504 LLVMValueRef SrcOp = LLVMGetOperand(Src, 0); in CloneInstruction()
511 LLVMValueRef Else = LLVMGetOperand(Src, 1); in CloneInstruction()
513 LLVMValueRef Then = LLVMGetOperand(Src, 2); in CloneInstruction()
525 Args.push_back(CloneValue(LLVMGetOperand(Src, i))); in CloneInstruction()
539 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction()
[all …]
H A Dmodule.c101 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1); in llvm_module_list_functions()
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py187 return Value(lib.LLVMGetOperand(self, i))
369 return Value(lib.LLVMGetOperand(self.__as_value(),
550 library.LLVMGetOperand.argtypes = [Value, c_uint]
551 library.LLVMGetOperand.restype = c_object_p
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1874 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c734 return LLVMGetOperand(V, Int_val(I)); in llvm_operand()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1059 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index) { in LLVMGetOperand() function