Home
last modified time | relevance | path

Searched defs:fptoui (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DPreCompiledFuncImport.cpp207 Instruction* fptoui = dyn_cast<FPToUIInst>(oprd); in preProcessDouble() local
/dports/devel/oclgrind/Oclgrind-21.10/src/core/
H A DWorkItem.cpp1038 INSTRUCTION(fptoui) in INSTRUCTION() argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dbuilder.rs193 fn fptoui(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value; in fptoui() method
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/ir/
H A Dbuilder.py672 def fptoui(self, value, typ, name=''): member in IRBuilder
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs757 fn fptoui(&mut self, val: &'ll Value, dest_ty: &'ll Type) -> &'ll Value { in fptoui() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbuilder.rs1019 fn fptoui(&mut self, value: RValue<'gcc>, dest_ty: Type<'gcc>) -> RValue<'gcc> { in fptoui() method