Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp409 APInt RadixInt = APInt(Width, 10); in toString() local
414 (FractPart * RadixInt) in toString()
417 FractPart = (FractPart * RadixInt) & FractPartMask; in toString()