Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp391 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local
393 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()
396 n = IntBytes - n - 1; in ReadDataFromGlobal()