Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp575 if (const auto *CurBitVar = dyn_cast<VarBitInit>(CurBit)) { in resolveReferences() local
576 if (CurBitVar->getBitVar() != CachedBitVarRef) { in resolveReferences()
577 CachedBitVarRef = CurBitVar->getBitVar(); in resolveReferences()
581 NewBit = CachedBitVarResolved->getBit(CurBitVar->getBitNum()); in resolveReferences()