Searched refs:SizeOfByte (Results 1 – 2 of 2) sorted by relevance
76 const unsigned SizeOfByte = 8; in addOpPiece() local77 if (OffsetInBits > 0 || SizeInBits % SizeOfByte) { in addOpPiece()83 unsigned ByteSize = SizeInBits / SizeOfByte; in addOpPiece()
4858 uint64_t SizeOfByte = 8; in splitAlloca() local4862 uint64_t Size = std::min(AllocaSize, P.size() * SizeOfByte); in splitAlloca()4863 Fragments.push_back(Fragment(NewAI, P.beginOffset() * SizeOfByte, Size)); in splitAlloca()