Home
last modified time | relevance | path

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

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