Searched refs:BytesLoaded (Results 1 – 2 of 2) sorted by relevance
603 unsigned BytesLoaded = (IntType->getBitWidth() + 7) / 8; in FoldReinterpretLoadFromConst() local604 if (BytesLoaded > 32 || BytesLoaded == 0) in FoldReinterpretLoadFromConst()608 if (Offset <= -1 * static_cast<int64_t>(BytesLoaded)) in FoldReinterpretLoadFromConst()622 unsigned BytesLeft = BytesLoaded; in FoldReinterpretLoadFromConst()636 ResultVal = RawBytes[BytesLoaded - 1]; in FoldReinterpretLoadFromConst()637 for (unsigned i = 1; i != BytesLoaded; ++i) { in FoldReinterpretLoadFromConst()639 ResultVal |= RawBytes[BytesLoaded - 1 - i]; in FoldReinterpretLoadFromConst()643 for (unsigned i = 1; i != BytesLoaded; ++i) { in FoldReinterpretLoadFromConst()
3443 unsigned BytesLoaded = MemOp->getSize().getValue(); in select() local3444 if (BytesLoaded < 4 && SrcTy.getSizeInBytes() == BytesLoaded) in select()