Lines Matching +defs:val +defs:offset
78 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase()
438 uint64_t* val = getMemory(numWords); in AndSlowCase() local
446 uint64_t *val = getMemory(numWords); in OrSlowCase() local
454 uint64_t *val = getMemory(numWords); in XorSlowCase() local
965 uint64_t val = VAL << (APINT_BITS_PER_WORD - BitWidth); in sext() local
1085 uint64_t * val = new uint64_t[getNumWords()]; in ashr() local
1089 unsigned offset = shiftAmt / APINT_BITS_PER_WORD; // word offset for shift in ashr() local
1169 uint64_t * val = new uint64_t[getNumWords()]; in lshr() local
1181 unsigned offset = shiftAmt / APINT_BITS_PER_WORD; in lshr() local
1231 uint64_t * val = new uint64_t[getNumWords()]; in shlSlowCase() local
1247 unsigned offset = shiftAmt / APINT_BITS_PER_WORD; in shlSlowCase() local
1369 APInt offset(*this - square); in sqrt() local