Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5051 uint64_t SizeOfByte = 8; in splitAlloca() local
5055 uint64_t Size = std::min(AllocaSize, P.size() * SizeOfByte); in splitAlloca()
5056 Fragments.push_back(Fragment(NewAI, P.beginOffset() * SizeOfByte, Size)); in splitAlloca()