Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DStringRef.cpp383 APInt RadixAP, CharAP; // unused unless !IsPowerOf2Radix in getAsInteger() local
386 RadixAP = APInt(BitWidth, Radix); in getAsInteger()
413 Result *= RadixAP; in getAsInteger()
/external/llvm/lib/Support/
DStringRef.cpp479 APInt RadixAP, CharAP; // unused unless !IsPowerOf2Radix in getAsInteger() local
482 RadixAP = APInt(BitWidth, Radix); in getAsInteger()
509 Result *= RadixAP; in getAsInteger()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp557 APInt RadixAP, CharAP; // unused unless !IsPowerOf2Radix in getAsInteger() local
560 RadixAP = APInt(BitWidth, Radix); in getAsInteger()
587 Result *= RadixAP; in getAsInteger()