Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1589 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c620 Val_int(LLVMGetConstOpcode(Val)) : Val_int(0); in llvm_constexpr_get_opcode()
/external/llvm/lib/IR/
DCore.cpp989 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode() function
/external/llvm/bindings/go/llvm/
Dir.go834 func (v Value) Opcode() Opcode { return Opcode(C.LLVMGetConstOpcode(v.C)) }