Searched refs:SizeOfByte (Results 1 – 4 of 4) sorted by relevance
50 const unsigned SizeOfByte = 8; in AddOpPiece() local51 if (OffsetInBits > 0 || SizeInBits % SizeOfByte) { in AddOpPiece()57 unsigned ByteSize = SizeInBits / SizeOfByte; in AddOpPiece()
61 const unsigned SizeOfByte = 8; in addOpPiece() local62 if (OffsetInBits > 0 || SizeInBits % SizeOfByte) { in addOpPiece()68 unsigned ByteSize = SizeInBits / SizeOfByte; in addOpPiece()
4004 uint64_t SizeOfByte = 8; in splitAlloca() local4007 uint64_t Size = std::min(AllocaSize, P.size() * SizeOfByte); in splitAlloca()4008 Pieces.push_back(Piece(NewAI, P.beginOffset() * SizeOfByte, Size)); in splitAlloca()
4242 uint64_t SizeOfByte = 8; in splitAlloca() local4245 uint64_t Size = std::min(AllocaSize, P.size() * SizeOfByte); in splitAlloca()4246 Fragments.push_back(Fragment(NewAI, P.beginOffset() * SizeOfByte, Size)); in splitAlloca()