Home
last modified time | relevance | path

Searched defs:inttoptr (Results 1 – 9 of 9) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/cheri/
H A Dptrtoint-stats.c16 void *inttoptr(long value) { in inttoptr() function
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/llvmpy/
H A Dcore.py151 def inttoptr(const, typ): member in Constant
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/ir/
H A Dvalues.py55 def inttoptr(self, typ): member in _ConstOpMixin
H A Dbuilder.py707 def inttoptr(self, value, typ, name=''): member in IRBuilder
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dcommon.rs52 …pub fn inttoptr(&self, block: Block<'gcc>, value: RValue<'gcc>, dest_ty: Type<'gcc>) -> RValue<'gc… in inttoptr() method
H A Dbuilder.rs1048 fn inttoptr(&mut self, value: RValue<'gcc>, dest_ty: Type<'gcc>) -> RValue<'gcc> { in inttoptr() method
/dports/devel/oclgrind/Oclgrind-21.10/src/core/
H A DWorkItem.cpp1201 INSTRUCTION(inttoptr) in INSTRUCTION() argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dbuilder.rs200 fn inttoptr(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value; in inttoptr() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs834 fn inttoptr(&mut self, val: &'ll Value, dest_ty: &'ll Type) -> &'ll Value { in inttoptr() method