Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4858 uint64_t SizeOfByte = 8; in splitAlloca() local
4862 uint64_t Size = std::min(AllocaSize, P.size() * SizeOfByte); in splitAlloca()
4863 Fragments.push_back(Fragment(NewAI, P.beginOffset() * SizeOfByte, Size)); in splitAlloca()