Home
last modified time | relevance | path

Searched refs:CharAP (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
544 CharAP = APInt(BitWidth, 0); in consumeInteger()
571 CharAP = CharVal; in consumeInteger()
572 Result += CharAP; in consumeInteger()