Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp541 APInt RadixAP, CharAP; // unused unless !IsPowerOf2Radix in consumeInteger() local
544 RadixAP = APInt(BitWidth, Radix); in consumeInteger()
571 Result *= RadixAP; in consumeInteger()