Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h423 uint32_t BlockN = N1 >> BitsPerIndex; in ptr() local
425 return reinterpret_cast<NodeBase *>(Blocks[BlockN] + Offset); in ptr()