Searched refs:IntBytes (Results 1 – 1 of 1) sorted by relevance
250 unsigned IntBytes = unsigned(CI->getBitWidth()/8); in ReadDataFromGlobal() local252 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) { in ReadDataFromGlobal()