Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h1670 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c620 Val_int(LLVMGetConstOpcode(Val)) : Val_int(0); in llvm_constexpr_get_opcode()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp973 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go832 func (v Value) Opcode() Opcode { return Opcode(C.LLVMGetConstOpcode(v.C)) }