Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp227 const uint64_t BlockBytes = BlockType.getSizeInBits() / 8; in emitConstantSizeRepmov() local
228 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov()
229 const uint64_t BytesLeft = Size % BlockBytes; in emitConstantSizeRepmov()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp622 const Expr *BlockBytes);
1208 const Expr *BlockBytes) { in evalMulForBufferSize() argument
1211 SVal BlockBytesVal = C.getSVal(BlockBytes); in evalMulForBufferSize()