Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DBinaryStreamTest.cpp418 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(Ints.data()), in TEST_F() local
421 initializeInput(IntBytes, alignof(uint32_t)); in TEST_F()
570 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(&Ints[0]), in TEST_F() local
573 initializeInput(IntBytes, alignof(int)); in TEST_F()
/external/llvm/lib/Analysis/
DConstantFolding.cpp302 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local
304 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()
307 n = IntBytes - n - 1; in ReadDataFromGlobal()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp255 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local
257 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp380 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local
382 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()
385 n = IntBytes - n - 1; in ReadDataFromGlobal()