Searched refs:BlockBytes (Results 1 – 2 of 2) sorted by relevance
226 const uint64_t BlockBytes = BlockType.getSizeInBits() / 8; in emitConstantSizeRepmov() local227 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov()228 const uint64_t BytesLeft = Size % BlockBytes; in emitConstantSizeRepmov()
622 const Expr *BlockBytes);1202 const Expr *BlockBytes) { in evalMulForBufferSize() argument1205 SVal BlockBytesVal = C.getSVal(BlockBytes); in evalMulForBufferSize()