Searched refs:BlockBytes (Results 1 – 2 of 2) sorted by relevance
257 const uint64_t BlockBytes = BlockType.getSizeInBits() / 8; in emitConstantSizeRepmov() local258 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov()259 const uint64_t BytesLeft = Size % BlockBytes; in emitConstantSizeRepmov()
619 const Expr *BlockBytes);1005 const Expr *BlockBytes) { in evalMulForBufferSize() argument1008 SVal BlockBytesVal = C.getSVal(BlockBytes); in evalMulForBufferSize()