Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp424 if (VarBitInit *CurBitVar = dyn_cast<VarBitInit>(CurBit)) { in resolveReferences() local
425 if (CurBitVar->getBitVar() != CachedBitVarRef) { in resolveReferences()
426 CachedBitVarRef = CurBitVar->getBitVar(); in resolveReferences()
430 NewBit = CachedBitVarResolved->getBit(CurBitVar->getBitNum()); in resolveReferences()