Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp262 LLVMConstIntGetZExtValue(Cst), false); in clone_constant_impl()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h584 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
/external/llvm/include/llvm-c/
DCore.h1607 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3394 unsigned flags = LLVMConstIntGetZExtValue(src0); in membar_emit()
4845 gather_comp = LLVMConstIntGetZExtValue(comp_imm); in tex_fetch_args()
5326 stream = LLVMConstIntGetZExtValue(imm) & 0x3; in si_llvm_get_stream()
6888 unsigned target = LLVMConstIntGetZExtValue(arg); in si_eliminate_const_vs_outputs()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp602 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue() function
/external/llvm/lib/IR/
DCore.cpp958 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue() function
/external/llvm/bindings/go/llvm/
Dir.go788 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) }