Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1487 APInt apInt(numBits, rs1); in FMV_i2f() local
1489 apInt = APInt(numBits, NanUnBoxing(rs1)); in FMV_i2f()
1490 APFloat apf((&apInt->*f)()); in FMV_i2f()