Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp291 LLVMConstIntGetZExtValue(Cst), false); in clone_constant_impl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1989 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1390 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue() function