Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp295 LLVMConstIntGetZExtValue(Cst), false); in clone_constant_impl()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2020 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go854 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1409 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue() function