Searched defs:IntegralAP (Results 1 – 3 of 3) sorted by relevance
32 template <bool Signed> class IntegralAP; variable
43 friend IntegralAP<!Signed>; variable95 IntegralAP(unsigned BitWidth) : Val(0), BitWidth(BitWidth) { in IntegralAP() function98 IntegralAP(uint64_t *Memory, unsigned BitWidth) in IntegralAP() function100 IntegralAP(const APInt &V) : BitWidth(V.getBitWidth()) { in IntegralAP() function
30 template <bool Signed> class IntegralAP; variable