Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp418 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(Ints.data()), in TEST_F() local
570 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(&Ints[0]), in TEST_F() local
/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp431 unsigned IntBytes = unsigned(CI->getBitWidth()/8); ReadDataFromGlobal() local