Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp492 if (VarBitInit *CurBitVar = dyn_cast<VarBitInit>(CurBit)) { in resolveReferences() local
493 if (CurBitVar->getBitVar() != CachedBitVarRef) { in resolveReferences()
494 CachedBitVarRef = CurBitVar->getBitVar(); in resolveReferences()
498 NewBit = CachedBitVarResolved->getBit(CurBitVar->getBitNum()); in resolveReferences()