Home
last modified time | relevance | path

Searched refs:apInt (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1472 APInt apInt(numBits, rs1); in FMV_i2f() local
1474 apInt = APInt(numBits, NanUnBoxing(rs1)); in FMV_i2f()
1475 APFloat apf((&apInt->*f)()); in FMV_i2f()