HomeSort by relevance Sort by last modified time
    Searched refs:IntBytes (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
BinaryStreamTest.cpp 418 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(Ints.data()),
421 initializeInput(IntBytes, alignof(uint32_t));
570 ArrayRef<uint8_t> IntBytes(reinterpret_cast<uint8_t *>(&Ints[0]),
573 initializeInput(IntBytes, alignof(int));
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 302 unsigned IntBytes = unsigned(CI->getBitWidth()/8);
304 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
307 n = IntBytes - n - 1;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 380 unsigned IntBytes = unsigned(CI->getBitWidth()/8);
382 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
385 n = IntBytes - n - 1;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 255 unsigned IntBytes = unsigned(CI->getBitWidth()/8);
257 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
    [all...]

Completed in 2881 milliseconds