Home
last modified time | relevance | path

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

/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()