Searched defs:integerPart (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h37 typedef uint64_t integerPart; typedef in namespace:llvm
41 host_char_bit * static_cast<unsigned int>(sizeof(integerPart));
339 return VAL == ~integerPart(0) >> (APINT_BITS_PER_WORD - BitWidth);
1597 static void tcSet(integerPart *, integerPart, unsigned int);
1600 static void tcAssign(integerPart *, const integerPart *, unsigned int);
1603 static bool tcIsZero(const integerPart *, unsigned int);
1606 static int tcExtractBit(const integerPart *, unsigned int bit);
1612 static void tcExtract(integerPart *, unsigne
[all...]

Completed in 67 milliseconds