Home
last modified time | relevance | path

Searched refs:LLVMConstPtrToInt (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dcommon.rs280 unsafe { llvm::LLVMConstPtrToInt(llval, llty) } in scalar_to_backend()
/dports/lang/zig-devel/zig-0.9.0/src/codegen/llvm/
H A Dbindings.zig148 pub const constPtrToInt = LLVMConstPtrToInt;
149 extern fn LLVMConstPtrToInt(ConstantVal: *const Value, ToType: *const Type) *const Value;
/dports/lang/zig/zig-0.9.0/src/codegen/llvm/
H A Dbindings.zig148 pub const constPtrToInt = LLVMConstPtrToInt;
149 extern fn LLVMConstPtrToInt(ConstantVal: *const Value, ToType: *const Type) *const Value;
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm-c/
H A DCore.h622 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm-c/
H A DCore.h1974 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm-c/
H A DCore.h2105 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm-c/
H A DCore.h2137 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm-c/
H A DCore.h2125 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm-c/
H A DCore.h2117 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm-c/
H A DCore.h2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm-c/
H A DCore.h2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm-c/
H A DCore.h2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm-c/
H A DCore.h2125 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DCore.h2117 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm-c/
H A DCore.h2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm-c/
H A DCore.h2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm-c/
H A DCore.h2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm-c/
H A DCore.h2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm-c/
H A DCore.h2117 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm-c/
H A DCore.h2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm-c/
H A DCore.h2106 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml650 external const_ptrtoint : llvalue -> lltype -> llvalue = "LLVMConstPtrToInt"
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/ocaml/llvm/
H A Dllvm.ml683 external const_ptrtoint : llvalue -> lltype -> llvalue = "LLVMConstPtrToInt"
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/ocaml/llvm/
H A Dllvm.ml649 external const_ptrtoint : llvalue -> lltype -> llvalue = "LLVMConstPtrToInt"
/dports/devel/llvm10/llvm-10.0.1.src/bindings/ocaml/llvm/
H A Dllvm.ml649 external const_ptrtoint : llvalue -> lltype -> llvalue = "LLVMConstPtrToInt"

123