Home
last modified time | relevance | path

Searched refs:IntBytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp417 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(Ints.data()), in TEST_F() local
420 initializeInput(IntBytes, alignof(uint32_t)); in TEST_F()
569 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(&Ints[0]), in TEST_F() local
572 initializeInput(IntBytes, alignof(int)); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp437 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local
439 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()
442 n = IntBytes - n - 1; in ReadDataFromGlobal()