Home
last modified time | relevance | path

Searched defs:sitofp (Results 1 – 5 of 5) sorted by relevance

/dports/devel/oclgrind/Oclgrind-21.10/src/core/
H A DWorkItem.cpp1410 INSTRUCTION(sitofp) in INSTRUCTION() argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dbuilder.rs196 fn sitofp(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value; in sitofp() method
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/ir/
H A Dbuilder.py693 def sitofp(self, value, typ, name=''): member in IRBuilder
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs818 fn sitofp(&mut self, val: &'ll Value, dest_ty: &'ll Type) -> &'ll Value { in sitofp() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbuilder.rs1031 fn sitofp(&mut self, value: RValue<'gcc>, dest_ty: Type<'gcc>) -> RValue<'gcc> { in sitofp() method