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.cpp540 APInt RadixAP, CharAP; // unused unless !IsPowerOf2Radix in consumeInteger() local
543 RadixAP = APInt(BitWidth, Radix); in consumeInteger()
570 Result *= RadixAP; in consumeInteger()