Searched refs:IntBytes (Results 1 – 4 of 4) sorted by relevance
418 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(Ints.data()), in TEST_F() local421 initializeInput(IntBytes, alignof(uint32_t)); in TEST_F()570 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(&Ints[0]), in TEST_F() local573 initializeInput(IntBytes, alignof(int)); in TEST_F()
302 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local304 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()307 n = IntBytes - n - 1; in ReadDataFromGlobal()
255 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local257 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()
380 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local382 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()385 n = IntBytes - n - 1; in ReadDataFromGlobal()