Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp386 LLVMOpcode Op = LLVMGetConstOpcode(Cst); in clone_constant_impl()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h2180 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c782 return LLVMIsAConstantExpr(Val) ? Val_int(LLVMGetConstOpcode(Val)) in llvm_constexpr_get_opcode()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp1538 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode() function