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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp258 const uint64_t BlockBytes = BlockType.getSizeInBits() / 8; local
259 const uint64_t BlockCount = Size / BlockBytes;
260 const uint64_t BytesLeft = Size % BlockBytes;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp566 /// \param [in] BlockBytes The size of a block.
567 /// \returns The symbolic value of \p Blocks * \p BlockBytes.
569 const Expr *BlockBytes);
1045 const Expr *BlockBytes) {
1048 SVal BlockBytesVal = C.getSVal(BlockBytes);
1044 evalMulForBufferSize(CheckerContext &C, const Expr *Blocks, const Expr *BlockBytes) argument

Completed in 115 milliseconds