Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DStringRef.cpp546 APInt RadixAP, CharAP; // unused unless !IsPowerOf2Radix in getAsInteger() local
549 RadixAP = APInt(BitWidth, Radix); in getAsInteger()
576 Result *= RadixAP; in getAsInteger()