Searched refs:IntWord (Results 1 – 3 of 3) sorted by relevance
166 intptr_t IntWord = static_cast<intptr_t>(Int); in updateInt() local167 assert((IntWord & ~IntMask) == 0 && "Integer too large for field"); in updateInt()170 return (OrigValue & ~ShiftedIntMask) | IntWord << IntShift; in updateInt()
169 intptr_t IntWord = static_cast<intptr_t>(Int); in updateInt() local170 assert((IntWord & ~IntMask) == 0 && "Integer too large for field"); in updateInt()173 return (OrigValue & ~ShiftedIntMask) | IntWord << IntShift; in updateInt()