Searched refs:SizeOfByte (Results 1 – 2 of 2) sorted by relevance
75 const unsigned SizeOfByte = 8; in addOpPiece() local76 if (OffsetInBits > 0 || SizeInBits % SizeOfByte) { in addOpPiece()82 unsigned ByteSize = SizeInBits / SizeOfByte; in addOpPiece()
4272 uint64_t SizeOfByte = 8; in splitAlloca() local4275 uint64_t Size = std::min(AllocaSize, P.size() * SizeOfByte); in splitAlloca()4276 Fragments.push_back(Fragment(NewAI, P.beginOffset() * SizeOfByte, Size)); in splitAlloca()