Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp226 const uint64_t BlockBytes = BlockType.getSizeInBits() / 8; in emitConstantSizeRepmov() local
227 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov()
228 const uint64_t BytesLeft = Size % BlockBytes; in emitConstantSizeRepmov()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp622 const Expr *BlockBytes);
1202 const Expr *BlockBytes) { in evalMulForBufferSize() argument
1205 SVal BlockBytesVal = C.getSVal(BlockBytes); in evalMulForBufferSize()