Home
last modified time | relevance | path

Searched refs:SizeOfByte (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp76 const unsigned SizeOfByte = 8; in addOpPiece() local
77 if (OffsetInBits > 0 || SizeInBits % SizeOfByte) { in addOpPiece()
83 unsigned ByteSize = SizeInBits / SizeOfByte; in addOpPiece()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4483 uint64_t SizeOfByte = 8; in splitAlloca() local
4487 uint64_t Size = std::min(AllocaSize, P.size() * SizeOfByte); in splitAlloca()
4488 Fragments.push_back(Fragment(NewAI, P.beginOffset() * SizeOfByte, Size)); in splitAlloca()