Searched refs:RawBytes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp459 unsigned char RawBytes[32] = {0}; local
460 if (!ReadDataFromGlobal(GV->getInitializer(), Offset.getZExtValue(), RawBytes,
466 ResultVal = RawBytes[BytesLoaded - 1];
469 ResultVal |= RawBytes[BytesLoaded - 1 - i];
472 ResultVal = RawBytes[0];
475 ResultVal |= RawBytes[i];

Completed in 51 milliseconds